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

Unified Diff: services/preferences/public/interfaces/preferences.mojom

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/interfaces/preferences.mojom
diff --git a/services/preferences/public/interfaces/preferences.mojom b/services/preferences/public/interfaces/preferences.mojom
index eb4494567ae732367144bcaf8156b865cb18d996..35750a1b2535ddf0d0ab8fb7193f9336d2452426 100644
--- a/services/preferences/public/interfaces/preferences.mojom
+++ b/services/preferences/public/interfaces/preferences.mojom
@@ -134,6 +134,7 @@ interface PersistentPrefStore {
CommitPendingWrite();
SchedulePendingLossyWrites();
ClearMutableValues();
+ CleanupForProfileDeletion();
};
// A registry of all prefs registered by a single client.

Powered by Google App Engine
This is Rietveld 408576698