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

Unified Diff: chrome/browser/extensions/extension_prefs.h

Issue 8198007: Remove PrefService::ScheduleSavePersistentPrefs and SavePersistentPrefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 2 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
Index: chrome/browser/extensions/extension_prefs.h
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
index a62cbdf3b07db39f8de21a30dfedeb7241dc0def..82dbb742919ec292066e3a2a0250a2317bb71dee 100644
--- a/chrome/browser/extensions/extension_prefs.h
+++ b/chrome/browser/extensions/extension_prefs.h
@@ -482,11 +482,6 @@ class ExtensionPrefs : public ExtensionContentSettingsStore::Observer {
const std::string& id,
bool incognito) const;
- // Serializes the data and schedules a persistent save via the |PrefService|.
- // TODO(andybons): Fire an EXTENSION_PREF_CHANGED notification to be more
- // granular than PREF_CHANGED.
- void SavePrefs();
-
// Checks if kPrefBlacklist is set to true in the DictionaryValue.
// Return false if the value is false or kPrefBlacklist does not exist.
// This is used to decide if an extension is blacklisted.

Powered by Google App Engine
This is Rietveld 408576698