summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_management.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_management.h')
-rw-r--r--chrome/browser/extensions/extension_management.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_management.h b/chrome/browser/extensions/extension_management.h
index 1bfe39b..5c44354 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);
};