Index: components/prefs/json_pref_store.cc |
diff --git a/components/prefs/json_pref_store.cc b/components/prefs/json_pref_store.cc |
index a9a39227d3fef97904abee35390c2fc54dc30ceb..026606a7b762fb3cbac735ec1e5bd068a12bf205 100644 |
--- a/components/prefs/json_pref_store.cc |
+++ b/components/prefs/json_pref_store.cc |
@@ -188,10 +188,6 @@ |
if (result) |
*result = tmp; |
return true; |
-} |
- |
-std::unique_ptr<base::DictionaryValue> JsonPrefStore::GetValues() const { |
- return prefs_->CreateDeepCopy(); |
} |
void JsonPrefStore::AddObserver(PrefStore::Observer* observer) { |