From 58adf848df7ad7a724be0526e25196ba6adee0e9 Mon Sep 17 00:00:00 2001 From: "abarth@chromium.org" Date: Fri, 6 Feb 2009 20:59:15 +0000 Subject: 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 --- chrome/common/chrome_switches.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/common/chrome_switches.h') 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[]; -- cgit v1.1