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

Unified Diff: components/prefs/json_pref_store_unittest.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
« no previous file with comments | « components/prefs/json_pref_store.cc ('k') | components/prefs/overlay_user_pref_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/prefs/json_pref_store_unittest.cc
diff --git a/components/prefs/json_pref_store_unittest.cc b/components/prefs/json_pref_store_unittest.cc
index e9f2c9f37868f7c6fb4a663182dd348e062e2e55..75469669c91d3c62f655d27425d2a09a5d7ecb73 100644
--- a/components/prefs/json_pref_store_unittest.cc
+++ b/components/prefs/json_pref_store_unittest.cc
@@ -82,6 +82,7 @@ class InterceptingPrefFilter : public PrefFilter {
base::DictionaryValue* pref_store_contents) override {
return on_write_callback_pair_;
}
+ void OnStoreDeletionFromDisk() override {}
bool has_intercepted_prefs() const { return intercepted_prefs_ != NULL; }
« no previous file with comments | « components/prefs/json_pref_store.cc ('k') | components/prefs/overlay_user_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698