Chromium Code Reviews| Index: content/public/common/web_preferences.cc |
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc |
| index 11803fa050ef2a0701e533bab3eec2c9219d2314..7a7e32bdad02fe9b00fffc784a1350c2b77e25a6 100644 |
| --- a/content/public/common/web_preferences.cc |
| +++ b/content/public/common/web_preferences.cc |
| @@ -84,7 +84,6 @@ WebPreferences::WebPreferences() |
| shrinks_standalone_images_to_fit(true), |
| uses_universal_detector(false), // Disabled: page cycler regression |
| text_areas_are_resizable(true), |
| - java_enabled(true), |
|
Nico
2015/08/25 23:21:31
Maybe land a CL that switches this from true to fa
dcheng
2015/08/26 04:59:06
Per our chat, I'm going to try landing as is.
|
| allow_scripts_to_close_windows(false), |
| remote_fonts_enabled(true), |
| javascript_can_access_clipboard(false), |