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

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 6546072: Clean up how we handle themes in the extensions system and management API.... Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 10 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: chrome/browser/extensions/extension_service.h
===================================================================
--- chrome/browser/extensions/extension_service.h (revision 75613)
+++ chrome/browser/extensions/extension_service.h (working copy)
@@ -36,6 +36,7 @@
#include "chrome/common/property_bag.h"
class ExtensionBrowserEventRouter;
+class ExtensionManagementEventRouter;
class ExtensionServiceBackend;
class ExtensionToolbarModel;
class ExtensionUpdater;
@@ -619,6 +620,7 @@
bool event_routers_initialized_;
scoped_ptr<ExtensionBrowserEventRouter> browser_event_router_;
+ scoped_ptr<ExtensionManagementEventRouter> management_event_router_;
// A collection of external extension providers. Each provider reads
// a source of external extension information. Examples include the
« no previous file with comments | « chrome/browser/extensions/extension_management_api_browsertest.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698