| 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 6c3ec98dabd3f8da2bbdd5a19728cf9fe1130f87..d6043f9973e3b42c582af6ad4a515504df5999e0 100644
|
| --- a/services/preferences/persistent_pref_store_impl.h
|
| +++ b/services/preferences/persistent_pref_store_impl.h
|
| @@ -43,6 +43,7 @@ class PersistentPrefStoreImpl : public PrefStore::Observer {
|
| void CommitPendingWrite(base::OnceClosure done_callback);
|
| void SchedulePendingLossyWrites();
|
| void ClearMutableValues();
|
| + void OnStoreDeletionFromDisk();
|
|
|
| // PrefStore::Observer:
|
| void OnPrefValueChanged(const std::string& key) override;
|
|
|