| Index: services/preferences/persistent_pref_store_impl.h
|
| diff --git a/services/preferences/persistent_pref_store_impl.h b/services/preferences/persistent_pref_store_impl.h
|
| index 5111ed7f4e2ecc93065e21a6a4ff322c3cca1963..9593ee72d74e50071bc2cadf1db716f26d26145d 100644
|
| --- a/services/preferences/persistent_pref_store_impl.h
|
| +++ b/services/preferences/persistent_pref_store_impl.h
|
| @@ -41,6 +41,7 @@ class PersistentPrefStoreImpl : public PrefStore::Observer {
|
| void CommitPendingWrite();
|
| void SchedulePendingLossyWrites();
|
| void ClearMutableValues();
|
| + void OnStoreDeletionFromDisk();
|
|
|
| // PrefStore::Observer:
|
| void OnPrefValueChanged(const std::string& key) override;
|
|
|