| 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) {
|
|
|