| 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 bc9b08af1b39b9ab5acdbb53e1eedb79912db184..d6406993c49e59d1641e6fee96da83fa4387d8b5 100644
|
| --- a/chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| +++ b/chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| @@ -61,7 +61,6 @@ const char* kPrefsToObserve[] = {
|
| prefs::kWebKitForceEnableZoom,
|
| prefs::kWebKitPasswordEchoEnabled,
|
| #endif
|
| - prefs::kWebKitInspectorSettings,
|
| prefs::kWebKitJavascriptCanOpenWindowsAutomatically,
|
| prefs::kWebKitJavascriptEnabled,
|
| prefs::kWebKitJavaEnabled,
|
| @@ -423,9 +422,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,
|
|
|