Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1900)

Unified Diff: extensions/browser/extension_prefs.h

Issue 1589403002: ExtensionPrefs: remove MigratePermissions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@depr_disable_reason
Patch Set: update test data Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/extensions/good/Preferences ('k') | extensions/browser/extension_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/test/data/extensions/good/Preferences ('k') | extensions/browser/extension_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698