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

Unified Diff: components/prefs/testing_pref_store.cc

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: components/prefs/testing_pref_store.cc
diff --git a/components/prefs/testing_pref_store.cc b/components/prefs/testing_pref_store.cc
index efdc83fcc7776eb37d2c4c9c625272ede3516a53..5fc9fe0b949d16d7637e7a0235cfd7cb6187ad56 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::CleanupForProfileDeletion() {
+ NOTIMPLEMENTED();
+}
+
void TestingPrefStore::set_read_only(bool read_only) {
read_only_ = read_only;
}

Powered by Google App Engine
This is Rietveld 408576698