| Index: services/preferences/public/cpp/persistent_pref_store_client.h
|
| diff --git a/services/preferences/public/cpp/persistent_pref_store_client.h b/services/preferences/public/cpp/persistent_pref_store_client.h
|
| index 9cee6fda9e0e830f15cb994538a47016b58117c6..707af5f47c185ef9e1800498918de763b780a322 100644
|
| --- a/services/preferences/public/cpp/persistent_pref_store_client.h
|
| +++ b/services/preferences/public/cpp/persistent_pref_store_client.h
|
| @@ -63,6 +63,7 @@ class PersistentPrefStoreClient
|
| void CommitPendingWrite(base::OnceClosure done_callback) override;
|
| void SchedulePendingLossyWrites() override;
|
| void ClearMutableValues() override;
|
| + void OnStoreDeletionFromDisk() override;
|
|
|
| protected:
|
| // base::RefCounted<PrefStore>:
|
|
|