Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: webkit/glue/webpreferences.h

Issue 9838050: Remove per-tab preference machinery. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698