| Index: chrome/browser/extensions/extension_service.h
|
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
|
| index 819dc19aa41c5b8d7299f374572a44260dd254bc..6f99d4ebfa6377d19a62fe1130337bbaa49aa3bb 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;
|
| @@ -698,9 +699,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_;
|
|
|
|
|