Index: webkit/glue/webpreferences.h |
diff --git a/webkit/glue/webpreferences.h b/webkit/glue/webpreferences.h |
index 08b07842792391a6a5cb4850a06f1601aaeb4f46..6b749f957df67b94aff697c055648765f7ccefd8 100644 |
--- a/webkit/glue/webpreferences.h |
+++ b/webkit/glue/webpreferences.h |
@@ -49,7 +49,6 @@ struct WEBKIT_GLUE_EXPORT WebPreferences { |
bool web_security_enabled; |
bool javascript_can_open_windows_automatically; |
bool loads_images_automatically; |
- bool images_enabled; |
Bernhard Bauer
2012/03/23 10:48:14
I think we still need this, no? Remember that we'r
mnaganov (inactive)
2012/03/23 10:58:23
The flag has a default value, set in glue. There w
Bernhard Bauer
2012/03/23 11:34:34
But couldn't it still be changed by a different co
|
bool plugins_enabled; |
bool dom_paste_enabled; |
bool developer_extras_enabled; |