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

Unified Diff: components/prefs/testing_pref_store.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/testing_pref_store.h ('k') | services/preferences/persistent_pref_store_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/prefs/testing_pref_store.cc
diff --git a/components/prefs/testing_pref_store.cc b/components/prefs/testing_pref_store.cc
index f214da8f2ad01188e00b3dbeb3a61b26f92a2e92..cccf6b4e0d3096d8093404ed778e5f726f203c1d 100644
--- a/components/prefs/testing_pref_store.cc
+++ b/components/prefs/testing_pref_store.cc
@@ -183,6 +183,8 @@ void TestingPrefStore::ClearMutableValues() {
NOTIMPLEMENTED();
}
+void TestingPrefStore::OnStoreDeletionFromDisk() {}
+
void TestingPrefStore::set_read_only(bool read_only) {
read_only_ = read_only;
}
« no previous file with comments | « components/prefs/testing_pref_store.h ('k') | services/preferences/persistent_pref_store_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698