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

Unified Diff: services/preferences/tracked/interceptable_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: services/preferences/tracked/interceptable_pref_filter.h
diff --git a/services/preferences/tracked/interceptable_pref_filter.h b/services/preferences/tracked/interceptable_pref_filter.h
index 7971c8da8f175b19d97a3a5b7aeaf799a4862bc9..07669d598b74f9289d882b9ca1740a1a9ad19a67 100644
--- a/services/preferences/tracked/interceptable_pref_filter.h
+++ b/services/preferences/tracked/interceptable_pref_filter.h
@@ -50,6 +50,8 @@ class InterceptablePrefFilter
void InterceptNextFilterOnLoad(
const FilterOnLoadInterceptor& filter_on_load_interceptor);
+ void CleanupForProfileDeletion() override;
+
private:
// Does any extra filtering required by the implementation of this
// InterceptablePrefFilter and hands back the |pref_store_contents| to the

Powered by Google App Engine
This is Rietveld 408576698