summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.cc
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-06 20:59:15 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-06 20:59:15 +0000
commit58adf848df7ad7a724be0526e25196ba6adee0e9 (patch)
treebe019ccbc5b0778ab24423fc568b710d8e57cbaf /chrome/common/pref_names.cc
parent9b05174501e3d9da6da4a2473aa666c48366401b (diff)
downloadchromium_src-58adf848df7ad7a724be0526e25196ba6adee0e9.zip
chromium_src-58adf848df7ad7a724be0526e25196ba6adee0e9.tar.gz
chromium_src-58adf848df7ad7a724be0526e25196ba6adee0e9.tar.bz2
Add a command line option --disable-web-security. People can use this option when the same-origin policy interferes with testing their web sites.
R=deanm BUG=6449 Review URL: http://codereview.chromium.org/20101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9337 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r--chrome/common/pref_names.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 2e55a6b..f00406d 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -102,6 +102,8 @@ const wchar_t kWebKitMinimumLogicalFontSize[] =
L"webkit.webprefs.minimum_logical_font_size";
const wchar_t kWebKitJavascriptEnabled[] =
L"webkit.webprefs.javascript_enabled";
+const wchar_t kWebKitWebSecurityEnabled[] =
+ L"webkit.webprefs.web_security_enabled";
const wchar_t kWebKitJavascriptCanOpenWindowsAutomatically[] =
L"webkit.webprefs.javascript_can_open_windows_automatically";
const wchar_t kWebKitLoadsImagesAutomatically[] =