| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index b856339d4c342749b23fb021d1773fb603ab9dce..06da68b70dcdb1ebe08c2fa2f4ab1f1f97f49728 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -82,7 +82,6 @@ WebPreferences::WebPreferences()
|
| plugins_enabled(true),
|
| dom_paste_enabled(false), // enables execCommand("paste")
|
| shrinks_standalone_images_to_fit(true),
|
| - uses_universal_detector(false), // Disabled: page cycler regression
|
| text_areas_are_resizable(true),
|
| allow_scripts_to_close_windows(false),
|
| remote_fonts_enabled(true),
|
|
|