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/default_pref_store.cc

Issue 2704133006: Revert of Add PrefStore::GetValues (Closed)
Patch Set: Created 3 years, 10 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/default_pref_store.h ('k') | components/prefs/in_memory_pref_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/prefs/default_pref_store.cc
diff --git a/components/prefs/default_pref_store.cc b/components/prefs/default_pref_store.cc
index 0e9c87c08385c83473694ebecb60c56c17ee89d4..468c11c74835a56871d48f40167c486ad4a5cd5b 100644
--- a/components/prefs/default_pref_store.cc
+++ b/components/prefs/default_pref_store.cc
@@ -15,10 +15,6 @@
bool DefaultPrefStore::GetValue(const std::string& key,
const Value** result) const {
return prefs_.GetValue(key, result);
-}
-
-std::unique_ptr<base::DictionaryValue> DefaultPrefStore::GetValues() const {
- return prefs_.AsDictionaryValue();
}
void DefaultPrefStore::AddObserver(PrefStore::Observer* observer) {
« no previous file with comments | « components/prefs/default_pref_store.h ('k') | components/prefs/in_memory_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698