| Index: chrome/browser/profiles/profile.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile.cc (revision 86148)
|
| +++ chrome/browser/profiles/profile.cc (working copy)
|
| @@ -143,6 +143,11 @@
|
| prefs->RegisterStringPref(prefs::kSelectFileLastDirectory,
|
| "",
|
| PrefService::UNSYNCABLE_PREF);
|
| + prefs->RegisterDoublePref(prefs::kDefaultZoomLevel,
|
| + 0.0,
|
| + PrefService::UNSYNCABLE_PREF);
|
| + prefs->RegisterDictionaryPref(prefs::kPerHostZoomLevels,
|
| + PrefService::UNSYNCABLE_PREF);
|
| #if defined(OS_CHROMEOS)
|
| // TODO(dilmah): For OS_CHROMEOS we maintain kApplicationLocale in both
|
| // local state and user's profile. For other platforms we maintain
|
|
|