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

Unified Diff: services/preferences/tracked/interceptable_pref_filter.cc

Issue 2905903002: Delete the PreferenceMACs on profile deletion. (Closed)
Patch Set: Update comments Created 3 years, 4 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.cc
diff --git a/services/preferences/tracked/interceptable_pref_filter.cc b/services/preferences/tracked/interceptable_pref_filter.cc
index 81f2783558e094a8632b213c163183ab35784431..7a6eb8bb7b976aa9e78fa67903e712c512d7b073 100644
--- a/services/preferences/tracked/interceptable_pref_filter.cc
+++ b/services/preferences/tracked/interceptable_pref_filter.cc
@@ -37,3 +37,5 @@ void InterceptablePrefFilter::InterceptNextFilterOnLoad(
DCHECK(filter_on_load_interceptor_.is_null());
filter_on_load_interceptor_ = filter_on_load_interceptor;
}
+
+void InterceptablePrefFilter::OnStoreDeletionFromDisk() {}
« no previous file with comments | « services/preferences/tracked/interceptable_pref_filter.h ('k') | services/preferences/tracked/pref_hash_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698