| Index: components/prefs/testing_pref_store.cc
|
| diff --git a/components/prefs/testing_pref_store.cc b/components/prefs/testing_pref_store.cc
|
| index f214da8f2ad01188e00b3dbeb3a61b26f92a2e92..cccf6b4e0d3096d8093404ed778e5f726f203c1d 100644
|
| --- a/components/prefs/testing_pref_store.cc
|
| +++ b/components/prefs/testing_pref_store.cc
|
| @@ -183,6 +183,8 @@ void TestingPrefStore::ClearMutableValues() {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +void TestingPrefStore::OnStoreDeletionFromDisk() {}
|
| +
|
| void TestingPrefStore::set_read_only(bool read_only) {
|
| read_only_ = read_only;
|
| }
|
|
|