| Index: base/prefs/persistent_pref_store.h
|
| diff --git a/base/prefs/persistent_pref_store.h b/base/prefs/persistent_pref_store.h
|
| index 0baf02ac8916713b3557f226a32dcdb9639958d2..811ebff701436b14b47fe85655ffba242d3f962f 100644
|
| --- a/base/prefs/persistent_pref_store.h
|
| +++ b/base/prefs/persistent_pref_store.h
|
| @@ -63,10 +63,6 @@ class BASE_PREFS_EXPORT PersistentPrefStore : public PrefStore {
|
| // Removes the value for |key|.
|
| virtual void RemoveValue(const std::string& key) = 0;
|
|
|
| - // Marks that the |key| with empty ListValue/DictionaryValue needs to be
|
| - // persisted.
|
| - virtual void MarkNeedsEmptyValue(const std::string& key) = 0;
|
| -
|
| // Whether the store is in a pseudo-read-only mode where changes are not
|
| // actually persisted to disk. This happens in some cases when there are
|
| // read errors during startup.
|
|
|