| Index: base/prefs/testing_pref_store.h
|
| diff --git a/base/prefs/testing_pref_store.h b/base/prefs/testing_pref_store.h
|
| index 3de5cacb1bf4bf33879c361b46a8e141623e1ce6..6b59514a20218982f929831bc358cff654592803 100644
|
| --- a/base/prefs/testing_pref_store.h
|
| +++ b/base/prefs/testing_pref_store.h
|
| @@ -43,6 +43,7 @@ class TestingPrefStore : public PersistentPrefStore {
|
| PersistentPrefStore::PrefReadError ReadPrefs() override;
|
| void ReadPrefsAsync(ReadErrorDelegate* error_delegate) override;
|
| void CommitPendingWrite() override;
|
| + void SchedulePendingLossyWrites() override;
|
|
|
| // Marks the store as having completed initialization.
|
| void SetInitializationCompleted();
|
|
|