Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: services/preferences/public/cpp/persistent_pref_store_client.h

Issue 2905903002: Delete the PreferenceMACs on profile deletion. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>:

Powered by Google App Engine
This is Rietveld 408576698