| Index: extensions/browser/extension_prefs.h
|
| diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h
|
| index 13bff1e3d4098b38c90716f01d0f9f640bf77f77..96b590fe9ad8360249a8489ff9ed492a02c8c196 100644
|
| --- a/extensions/browser/extension_prefs.h
|
| +++ b/extensions/browser/extension_prefs.h
|
| @@ -630,9 +630,6 @@ class ExtensionPrefs : public ExtensionScopedPrefs, public KeyedService {
|
| // pref store. Does nothing if extensions_disabled_ is true.
|
| void InitPrefStore();
|
|
|
| - // Migrates the permissions data in the pref store.
|
| - void MigratePermissions(const ExtensionIdList& extension_ids);
|
| -
|
| // Checks whether there is a state pref for the extension and if so, whether
|
| // it matches |check_state|.
|
| bool DoesExtensionHaveState(const std::string& id,
|
|
|