Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3262)

Unified Diff: apps/shell/browser/shell_content_browser_client.h

Issue 333353005: Move OmahaQueryParams to a component and add a delegate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698