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

Unified Diff: extensions/browser/extension_prefs.h

Issue 1603463006: ExtensionPrefs: remove FixMissingPrefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@depr_migrate_perms
Patch Set: 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 | « no previous file | 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 96b590fe9ad8360249a8489ff9ed492a02c8c196..b20afc459a7a693bf35f5ccfc1f5f371da6a3fe6 100644
--- a/extensions/browser/extension_prefs.h
+++ b/extensions/browser/extension_prefs.h
@@ -622,10 +622,6 @@ class ExtensionPrefs : public ExtensionScopedPrefs, public KeyedService {
int reasons,
DisableReasonChange change);
- // Fix missing preference entries in the extensions that are were introduced
- // in a later Chrome version.
- void FixMissingPrefs(const ExtensionIdList& extension_ids);
-
// Installs the persistent extension preferences into |prefs_|'s extension
// pref store. Does nothing if extensions_disabled_ is true.
void InitPrefStore();
« no previous file with comments | « no previous file | extensions/browser/extension_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698