| Index: chrome/browser/prefs/pref_service.h
|
| diff --git a/chrome/browser/prefs/pref_service.h b/chrome/browser/prefs/pref_service.h
|
| index 010a558192d0f79d2de19be3ec75e30dbd09ff78..3ec774cf9edbc464aeffd9c8a1dbdba8d51a75e6 100644
|
| --- a/chrome/browser/prefs/pref_service.h
|
| +++ b/chrome/browser/prefs/pref_service.h
|
| @@ -151,6 +151,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,
|
|
|