| Index: chrome/browser/extensions/extension_prefs.h
|
| diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
|
| index fe759ac693ca49f28ae154ef359b11816b306783..3cf81f39747ae4022dc23cc5df7cfedc301caf8b 100644
|
| --- a/chrome/browser/extensions/extension_prefs.h
|
| +++ b/chrome/browser/extensions/extension_prefs.h
|
| @@ -466,8 +466,8 @@ class ExtensionPrefs : public ExtensionContentSettingsStore::Observer {
|
| void FixMissingPrefs(const ExtensionIdSet& extension_ids);
|
|
|
| // Installs the persistent extension preferences into |prefs_|'s extension
|
| - // pref store.
|
| - void InitPrefStore();
|
| + // pref store. Does nothing if |extensions_enabled| is false.
|
| + void InitPrefStore(bool extensions_enabled);
|
|
|
| // Migrates the permissions data in the pref store.
|
| void MigratePermissions(const ExtensionIdSet& extension_ids);
|
|
|