| Index: components/prefs/testing_pref_store.cc
|
| diff --git a/components/prefs/testing_pref_store.cc b/components/prefs/testing_pref_store.cc
|
| index efdc83fcc7776eb37d2c4c9c625272ede3516a53..5fc9fe0b949d16d7637e7a0235cfd7cb6187ad56 100644
|
| --- a/components/prefs/testing_pref_store.cc
|
| +++ b/components/prefs/testing_pref_store.cc
|
| @@ -179,6 +179,10 @@ void TestingPrefStore::ClearMutableValues() {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +void TestingPrefStore::CleanupForProfileDeletion() {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void TestingPrefStore::set_read_only(bool read_only) {
|
| read_only_ = read_only;
|
| }
|
|
|