| Index: chrome/browser/prefs/pref_service.h
|
| diff --git a/chrome/browser/prefs/pref_service.h b/chrome/browser/prefs/pref_service.h
|
| index 5891a1dc527174cb8a7c2bf28446d8801c6adb24..18756f718e077fe6df8f1a4d374cca28daab8fbc 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,
|
|
|