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

Unified Diff: base/prefs/testing_pref_store.cc

Issue 81183005: Remove JsonPrefStore pruning of empty values on write. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove else Created 7 years, 1 month 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 | « base/prefs/testing_pref_store.h ('k') | base/test/data/prefs/read.need_empty_value.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/testing_pref_store.cc
diff --git a/base/prefs/testing_pref_store.cc b/base/prefs/testing_pref_store.cc
index b4209695a6b52a93cc34efcd6c1730bdc49753d7..2f429c9a1a98b4bfaf87e461588857475f318584 100644
--- a/base/prefs/testing_pref_store.cc
+++ b/base/prefs/testing_pref_store.cc
@@ -53,9 +53,6 @@ void TestingPrefStore::RemoveValue(const std::string& key) {
NotifyPrefValueChanged(key);
}
-void TestingPrefStore::MarkNeedsEmptyValue(const std::string& key) {
-}
-
bool TestingPrefStore::ReadOnly() const {
return read_only_;
}
« no previous file with comments | « base/prefs/testing_pref_store.h ('k') | base/test/data/prefs/read.need_empty_value.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698