| Index: chrome/browser/extensions/extension_service.h
|
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
|
| index 3e105e6ae9c516b1dd9be6673c81ce2cf52cc63e..5b670dba5323d3b77bb3b2019e0149d8b8e4e92d 100644
|
| --- a/chrome/browser/extensions/extension_service.h
|
| +++ b/chrome/browser/extensions/extension_service.h
|
| @@ -58,6 +58,7 @@ class ExtensionGlobalError;
|
| class ExtensionManagementEventRouter;
|
| class ExtensionPreferenceEventRouter;
|
| class ExtensionSyncData;
|
| +class ExtensionSystem;
|
| class ExtensionToolbarModel;
|
| class ExtensionUpdater;
|
| class ExtensionWebNavigationEventRouter;
|
| @@ -704,9 +705,12 @@ class ExtensionService
|
|
|
| NaClModuleInfoList::iterator FindNaClModule(const GURL& url);
|
|
|
| - // The profile this ExtensionService is part of.
|
| + // The normal profile associated with this ExtensionService.
|
| Profile* profile_;
|
|
|
| + // The ExtensionSystem for the profile above.
|
| + ExtensionSystem* system_;
|
| +
|
| // Preferences for the owning profile (weak reference).
|
| ExtensionPrefs* extension_prefs_;
|
|
|
|
|