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