| 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..b932a0bda7b8a194471838756a15595e18fc6c40 100644
|
| --- a/chrome/browser/prefs/pref_service.h
|
| +++ b/chrome/browser/prefs/pref_service.h
|
| @@ -147,6 +147,9 @@ class PrefService : public base::NonThreadSafe {
|
| void RegisterFilePathPref(const char* path, const FilePath& default_value);
|
| void RegisterListPref(const char* path);
|
| void RegisterDictionaryPref(const char* path);
|
| + // These take ownership of the default_value:
|
| + void RegisterListPref(const char* path, ListValue* default_value);
|
| + void RegisterDictionaryPref(const char* path, DictionaryValue* default_value);
|
|
|
| // These variants use a default value from the locale dll instead.
|
| void RegisterLocalizedBooleanPref(const char* path,
|
|
|