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

Unified Diff: apps/shell/browser/shell_browser_main_parts.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: rebase 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
« no previous file with comments | « apps/shell/browser/DEPS ('k') | apps/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/browser/shell_browser_main_parts.h
diff --git a/apps/shell/browser/shell_browser_main_parts.h b/apps/shell/browser/shell_browser_main_parts.h
index e9e149175205756ddbd99cb634c9fb09ff302c64..e9b8bf3823804932452d2550234b0e65395af8f7 100644
--- a/apps/shell/browser/shell_browser_main_parts.h
+++ b/apps/shell/browser/shell_browser_main_parts.h
@@ -13,7 +13,6 @@
#include "ui/aura/window_tree_host_observer.h"
namespace content {
-class ShellBrowserContext;
class ShellDevToolsDelegate;
struct MainFunctionParams;
}
@@ -21,6 +20,7 @@ struct MainFunctionParams;
namespace extensions {
class ShellExtensionsBrowserClient;
class ShellExtensionSystem;
+class ShellOmahaQueryParamsDelegate;
}
namespace views {
@@ -80,8 +80,9 @@ class ShellBrowserMainParts : public content::BrowserMainParts {
scoped_ptr<extensions::ShellExtensionsBrowserClient>
extensions_browser_client_;
scoped_ptr<net::NetLog> net_log_;
-
scoped_ptr<content::ShellDevToolsDelegate> devtools_delegate_;
+ scoped_ptr<extensions::ShellOmahaQueryParamsDelegate>
+ omaha_query_params_delegate_;
// Owned by the KeyedService system.
extensions::ShellExtensionSystem* extension_system_;
« no previous file with comments | « apps/shell/browser/DEPS ('k') | apps/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698