| Index: chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| diff --git a/chrome/browser/ui/prefs/prefs_tab_helper.cc b/chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| index 0079bf9171b3817074b91aa566c0d259aaa4055e..57d92cf00d5b77c503228311d3e16de595705266 100644
|
| --- a/chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| +++ b/chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| @@ -419,9 +419,6 @@ void PrefsTabHelper::RegisterProfilePrefs(
|
| prefs::kWebKitShrinksStandaloneImagesToFit,
|
| pref_defaults.shrinks_standalone_images_to_fit,
|
| user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| - registry->RegisterDictionaryPref(
|
| - prefs::kWebKitInspectorSettings,
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| registry->RegisterBooleanPref(
|
| prefs::kWebKitTextAreasAreResizable,
|
| pref_defaults.text_areas_are_resizable,
|
|
|