1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef EXTENSIONS_SHELL_BROWSER_SHELL_UPDATE_QUERY_PARAMS_DELEGATE_H_
6 #define EXTENSIONS_SHELL_BROWSER_SHELL_UPDATE_QUERY_PARAMS_DELEGATE_H_
10 #include "components/update_client/update_query_params_delegate.h"
12 namespace extensions
{
14 class ShellUpdateQueryParamsDelegate
15 : public update_client::UpdateQueryParamsDelegate
{
17 ShellUpdateQueryParamsDelegate();
18 ~ShellUpdateQueryParamsDelegate() override
;
20 std::string
GetExtraParams() override
;
23 DISALLOW_COPY_AND_ASSIGN(ShellUpdateQueryParamsDelegate
);
26 } // namespace extensions
28 #endif // EXTENSIONS_SHELL_BROWSER_SHELL_UPDATE_QUERY_PARAMS_DELEGATE_H_