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

Unified Diff: chrome/browser/browser_process_impl.h

Issue 56253002: Move ExtensionsProcessManager to src/extensions, part 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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 | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_impl.h
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index f287ff9a673c4e0ac6e590039a6fbd9419d4864e..621c25e6bee466d3e0203875f1c36db7b40d3d7f 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -36,6 +36,10 @@ namespace base {
class SequencedTaskRunner;
}
+namespace extensions {
+class ExtensionsBrowserClient;
+}
+
namespace policy {
class BrowserPolicyConnector;
class PolicyService;
@@ -185,6 +189,7 @@ class BrowserProcessImpl : public BrowserProcess,
scoped_ptr<GpuModeManager> gpu_mode_manager_;
+ scoped_ptr<extensions::ExtensionsBrowserClient> extensions_browser_client_;
scoped_refptr<extensions::EventRouterForwarder>
extension_event_router_forwarder_;
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698