| 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 67849f4245e1cbaf398f7515b7cf88cd0a681603..23172f62a5f37ec26816b7cb184134606e43abf0 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() override;
|
| void SchedulePendingLossyWrites() override;
|
| void ClearMutableValues() override;
|
| + void CleanupForProfileDeletion() override;
|
|
|
| protected:
|
| // base::RefCounted<PrefStore>:
|
|
|