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

Unified Diff: components/prefs/in_memory_pref_store.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: components/prefs/in_memory_pref_store.h
diff --git a/components/prefs/in_memory_pref_store.h b/components/prefs/in_memory_pref_store.h
index 5529622fdd0afa215fc50fdf856099f7862758f1..1155277ac27b05ecdc8b8433bebd17400cee8c89 100644
--- a/components/prefs/in_memory_pref_store.h
+++ b/components/prefs/in_memory_pref_store.h
@@ -49,6 +49,7 @@ class COMPONENTS_PREFS_EXPORT InMemoryPrefStore : public PersistentPrefStore {
void CommitPendingWrite() override {}
void SchedulePendingLossyWrites() override {}
void ClearMutableValues() override {}
+ void CleanupForProfileDeletion() override {}
protected:
~InMemoryPrefStore() override;

Powered by Google App Engine
This is Rietveld 408576698