| Index: apps/shell/browser/shell_content_browser_client.h
|
| diff --git a/apps/shell/browser/shell_content_browser_client.h b/apps/shell/browser/shell_content_browser_client.h
|
| index 984dd6f7ed37e9a60c170b212ac1e14c9809c70b..2630d29e400ca4742c0e239d08023bf90860cee4 100644
|
| --- a/apps/shell/browser/shell_content_browser_client.h
|
| +++ b/apps/shell/browser/shell_content_browser_client.h
|
| @@ -9,6 +9,7 @@
|
| #include "content/public/browser/content_browser_client.h"
|
|
|
| class GURL;
|
| +class OmahaQueryParamsDelegate;
|
|
|
| namespace content {
|
| class BrowserContext;
|
| @@ -69,6 +70,8 @@ class ShellContentBrowserClient : public content::ContentBrowserClient {
|
| // Owned by ShellBrowserMainParts.
|
| ShellBrowserMainDelegate* browser_main_delegate_;
|
|
|
| + scoped_ptr<OmahaQueryParamsDelegate> omaha_query_params_delegate_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ShellContentBrowserClient);
|
| };
|
|
|
|
|