| Index: chrome/browser/extensions/extension_management.h
|
| diff --git a/chrome/browser/extensions/extension_management.h b/chrome/browser/extensions/extension_management.h
|
| index 1bfe39b4d8e68137b09356b53425d2b9c8291330..5c443548bde8e803b69761ee46b573d3bdc6e735 100644
|
| --- a/chrome/browser/extensions/extension_management.h
|
| +++ b/chrome/browser/extensions/extension_management.h
|
| @@ -193,6 +193,8 @@ class ExtensionManagementFactory : public BrowserContextKeyedServiceFactory {
|
| content::BrowserContext* context) const OVERRIDE;
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| content::BrowserContext* context) const OVERRIDE;
|
| + virtual void RegisterProfilePrefs(
|
| + user_prefs::PrefRegistrySyncable* registry) OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ExtensionManagementFactory);
|
| };
|
|
|