| Index: base/prefs/testing_pref_store.cc
|
| diff --git a/base/prefs/testing_pref_store.cc b/base/prefs/testing_pref_store.cc
|
| index 85f35bb17d1e9efff12dcb49d91033a039793a5c..4b4a83bdaa5a3ba951c85a20e390193cf0362c03 100644
|
| --- a/base/prefs/testing_pref_store.cc
|
| +++ b/base/prefs/testing_pref_store.cc
|
| @@ -52,9 +52,6 @@ void TestingPrefStore::RemoveValue(const std::string& key) {
|
| NotifyPrefValueChanged(key);
|
| }
|
|
|
| -void TestingPrefStore::MarkNeedsEmptyValue(const std::string& key) {
|
| -}
|
| -
|
| bool TestingPrefStore::ReadOnly() const {
|
| return read_only_;
|
| }
|
|
|