| Index: components/prefs/testing_pref_store.h
|
| diff --git a/components/prefs/testing_pref_store.h b/components/prefs/testing_pref_store.h
|
| index 4e0afa46a0cdc39e29aa8d4de3c481e40819eda7..4335a1a73060373e532460d17c5e6b3120268d1d 100644
|
| --- a/components/prefs/testing_pref_store.h
|
| +++ b/components/prefs/testing_pref_store.h
|
| @@ -71,6 +71,7 @@ class TestingPrefStore : public PersistentPrefStore {
|
| void SetBlockAsyncRead(bool block_async_read);
|
|
|
| void ClearMutableValues() override;
|
| + void CleanupForProfileDeletion() override;
|
|
|
| // Getter and Setter methods for setting and getting the state of the
|
| // |TestingPrefStore|.
|
|
|