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

Unified Diff: base/prefs/pref_service.h

Issue 24533002: Added the AutomaticProfileResetter service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
Index: base/prefs/pref_service.h
diff --git a/base/prefs/pref_service.h b/base/prefs/pref_service.h
index 8af042f40b7d86e9b22fe09908307cb871cd54c2..db9d6131e46332606ee374fbbb0aca18a0fcac5e 100644
--- a/base/prefs/pref_service.h
+++ b/base/prefs/pref_service.h
@@ -236,6 +236,11 @@ class BASE_PREFS_EXPORT PrefService : public base::NonThreadSafe {
// is passed to the caller.
base::DictionaryValue* GetPreferenceValues() const;
+ // Returns a flat dictionary with effective preference values, that is, will
+ // not split paths on '.' characters to get values into nested dictionaries.
+ // The ownership is passed to the caller.
battre 2013/09/25 09:43:26 My suggestion: Returns a dictionary with effectiv
robertshield 2013/09/25 20:18:12 Don't have much to add other than a big +1 on prov
engedy 2013/09/27 23:27:34 Done.
+ base::DictionaryValue* GetPreferenceValuesWithoutPathExpansion() const;
+
bool ReadOnly() const;
PrefInitializationStatus GetInitializationStatus() const;
« no previous file with comments | « no previous file | base/prefs/pref_service.cc » ('j') | chrome/browser/profile_resetter/automatic_profile_resetter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698