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

Unified Diff: components/prefs/pref_filter.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/pref_filter.h
diff --git a/components/prefs/pref_filter.h b/components/prefs/pref_filter.h
index 9bc2244b412d5d8e0ec9e7ed4118d30144271e53..5bc4fd8de9fbb4745b3221c0900c38d0a233d01e 100644
--- a/components/prefs/pref_filter.h
+++ b/components/prefs/pref_filter.h
@@ -58,6 +58,9 @@ class COMPONENTS_PREFS_EXPORT PrefFilter {
// must not be bound to thread-unsafe member state).
virtual OnWriteCallbackPair FilterSerializeData(
base::DictionaryValue* pref_store_contents) = 0;
+
+ // Cleans data stored outside of the profile directory.
+ virtual void CleanupForProfileDeletion() = 0;
};
#endif // COMPONENTS_PREFS_PREF_FILTER_H_

Powered by Google App Engine
This is Rietveld 408576698