diff options
author | ukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 09:32:47 +0000 |
---|---|---|
committer | ukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 09:32:47 +0000 |
commit | cdf24783452995438d30d78c558379e82ae636d0 (patch) | |
tree | 804dbd2cf6a9781359b6460642d7bef7407e026e /chrome/common/chrome_switches.cc | |
parent | 7ee66e642e7ae75c1fad34d338c40e5146f0e424 (diff) | |
download | chromium_src-cdf24783452995438d30d78c558379e82ae636d0.zip chromium_src-cdf24783452995438d30d78c558379e82ae636d0.tar.gz chromium_src-cdf24783452995438d30d78c558379e82ae636d0.tar.bz2 |
Enable WebSockets by default
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/360007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31083 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 121feba..86e9467 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -130,6 +130,9 @@ const char kDisableWebResources[] = "disable-web-resources"; // Don't enforce the same-origin policy. (Used by people testing their sites.) const char kDisableWebSecurity[] = "disable-web-security"; +// Disable Web Sockets support. +const char kDisableWebSockets[] = "disable-web-sockets"; + // Disable WebKit's XSSAuditor. The XSSAuditor mitigates reflective XSS. const char kDisableXSSAuditor[] = "disable-xss-auditor"; @@ -233,9 +236,6 @@ const char kEnableUserScripts[] = "enable-user-scripts"; // Order of the listed sub-arguments does not matter. const char kEnableWatchdog[] = "enable-watchdog"; -// Enable Web Sockets support. -const char kEnableWebSockets[] = "enable-web-sockets"; - // Enables experimental features for Spellchecker. Right now, the first // experimental feature is auto spell correct, which corrects words which are // misppelled by typing the word with two consecutive letters swapped. The |