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

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

Issue 2905903002: Delete the PreferenceMACs on profile deletion. (Closed)
Patch Set: Try loading unloaded profiles before calling OnStoreDeletionFromDisk Created 3 years, 6 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() {}

Powered by Google App Engine
This is Rietveld 408576698