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

Unified Diff: webkit/glue/webpreferences.h

Issue 20101: Add a command line option --disable-web-security. People can use this option... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 10 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
« no previous file with comments | « chrome/common/render_messages.h ('k') | webkit/glue/webview_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.h
===================================================================
--- webkit/glue/webpreferences.h (revision 9212)
+++ webkit/glue/webpreferences.h (working copy)
@@ -27,6 +27,7 @@
int minimum_logical_font_size;
std::wstring default_encoding;
bool javascript_enabled;
+ bool web_security_enabled;
bool javascript_can_open_windows_automatically;
bool loads_images_automatically;
bool plugins_enabled;
@@ -60,6 +61,7 @@
minimum_logical_font_size(6),
default_encoding(L"ISO-8859-1"),
javascript_enabled(true),
+ web_security_enabled(true),
javascript_can_open_windows_automatically(true),
loads_images_automatically(true),
plugins_enabled(true),
« no previous file with comments | « chrome/common/render_messages.h ('k') | webkit/glue/webview_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698