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

Unified Diff: components/user_prefs/tracked/segregated_pref_store.h

Issue 2692203007: Add PrefStore::GetValues (Closed)
Patch Set: Add GetValues to FilesystemJsonPrefStore 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/value_map_pref_store.cc ('k') | components/user_prefs/tracked/segregated_pref_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_prefs/tracked/segregated_pref_store.h
diff --git a/components/user_prefs/tracked/segregated_pref_store.h b/components/user_prefs/tracked/segregated_pref_store.h
index 016cca6d0490de2de4a5ce4ff08063eec6fe38ba..40629768f018e35018313d7e5a3966503e0a0f3f 100644
--- a/components/user_prefs/tracked/segregated_pref_store.h
+++ b/components/user_prefs/tracked/segregated_pref_store.h
@@ -52,6 +52,7 @@ class SegregatedPrefStore : public PersistentPrefStore {
bool IsInitializationComplete() const override;
bool GetValue(const std::string& key,
const base::Value** result) const override;
+ std::unique_ptr<base::DictionaryValue> GetValues() const override;
// WriteablePrefStore implementation
void SetValue(const std::string& key,
« no previous file with comments | « components/prefs/value_map_pref_store.cc ('k') | components/user_prefs/tracked/segregated_pref_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698