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

Unified Diff: services/preferences/persistent_pref_store_impl.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/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..270a1ecf38df9404888890fb1b3b3ef8e5de386b 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 CleanupForProfileDeletion();
// PrefStore::Observer:
void OnPrefValueChanged(const std::string& key) override;

Powered by Google App Engine
This is Rietveld 408576698