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

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

Issue 9583036: Revert 124817 - Take extensions out of Profile into a profile-keyed service, ExtensionSystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 124830)
+++ chrome/browser/extensions/extension_service.h (working copy)
@@ -58,7 +58,6 @@
class ExtensionManagementEventRouter;
class ExtensionPreferenceEventRouter;
class ExtensionSyncData;
-class ExtensionSystem;
class ExtensionToolbarModel;
class ExtensionUpdater;
class ExtensionWebNavigationEventRouter;
@@ -707,12 +706,9 @@
NaClModuleInfoList::iterator FindNaClModule(const GURL& url);
- // The normal profile associated with this ExtensionService.
+ // The profile this ExtensionService is part of.
Profile* profile_;
- // The ExtensionSystem for the profile above.
- ExtensionSystem* system_;
-
// Preferences for the owning profile (weak reference).
ExtensionPrefs* extension_prefs_;
« no previous file with comments | « chrome/browser/extensions/extension_message_handler.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698