Index: chrome/browser/prefs/pref_service.h |
diff --git a/chrome/browser/prefs/pref_service.h b/chrome/browser/prefs/pref_service.h |
index 24b08d27f93ef346a1e8c0fb0dbe7686d247d0a9..88996e4a35e4c1c1abebc1997a31d20182bc573a 100644 |
--- a/chrome/browser/prefs/pref_service.h |
+++ b/chrome/browser/prefs/pref_service.h |
@@ -218,7 +218,9 @@ class PrefService : public base::NonThreadSafe { |
} |
}; |
typedef std::set<Preference*, PreferencePathComparator> PreferenceSet; |
Mattias Nissler (ping if slow)
2011/01/26 17:55:11
Do these declarations still have to be public then
battre
2011/01/27 09:53:27
Done.
|
- const PreferenceSet& preference_set() const { return prefs_; } |
+ |
+ // Stores the effective preference values in |out|. |
+ void GetPreferenceValues(DictionaryValue* out) const; |
// A helper method to quickly look up a preference. Returns NULL if the |
// preference is not registered. |