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

Unified Diff: components/prefs/testing_pref_store.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: components/prefs/testing_pref_store.cc
diff --git a/components/prefs/testing_pref_store.cc b/components/prefs/testing_pref_store.cc
index efdc83fcc7776eb37d2c4c9c625272ede3516a53..8b1524a2d7c53e17f516a362e7698126f09a0ed3 100644
--- a/components/prefs/testing_pref_store.cc
+++ b/components/prefs/testing_pref_store.cc
@@ -179,6 +179,10 @@ void TestingPrefStore::ClearMutableValues() {
NOTIMPLEMENTED();
}
+void TestingPrefStore::OnStoreDeletionFromDisk() {
+ NOTIMPLEMENTED();
gab 2017/06/08 16:14:28 That results in a log warning, in this case I thin
proberge 2017/06/08 18:32:59 Done.
+}
+
void TestingPrefStore::set_read_only(bool read_only) {
read_only_ = read_only;
}

Powered by Google App Engine
This is Rietveld 408576698