| 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.
|
|
|