diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 20:59:15 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 20:59:15 +0000 |
commit | 58adf848df7ad7a724be0526e25196ba6adee0e9 (patch) | |
tree | be019ccbc5b0778ab24423fc568b710d8e57cbaf /chrome/common/chrome_switches.h | |
parent | 9b05174501e3d9da6da4a2473aa666c48366401b (diff) | |
download | chromium_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/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 38228f0..4305374 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -111,6 +111,7 @@ extern const wchar_t kDisableJavaScript[]; extern const wchar_t kDisableJava[]; extern const wchar_t kDisablePlugins[]; extern const wchar_t kDisableImages[]; +extern const wchar_t kDisableWebSecurity[]; extern const wchar_t kUseLowFragHeapCrt[]; |