summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-05 09:32:47 +0000
committerukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-05 09:32:47 +0000
commitcdf24783452995438d30d78c558379e82ae636d0 (patch)
tree804dbd2cf6a9781359b6460642d7bef7407e026e /chrome/common/chrome_switches.h
parent7ee66e642e7ae75c1fad34d338c40e5146f0e424 (diff)
downloadchromium_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.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 03864e7..89ecf9f 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -52,6 +52,7 @@ extern const char kDisablePromptOnRepost[];
extern const char kDisableSync[];
extern const char kDisableWebResources[];
extern const char kDisableWebSecurity[];
+extern const char kDisableWebSockets[];
extern const char kDisableXSSAuditor[];
extern const char kDiskCacheDir[];
extern const char kDiskCacheSize[];
@@ -81,7 +82,6 @@ extern const char kEnableTabtastic2[];
extern const char kEnableUserDataDirProfiles[];
extern const char kEnableUserScripts[];
extern const char kEnableWatchdog[];
-extern const char kEnableWebSockets[];
extern const char kExperimentalSpellcheckerFeatures[];
extern const char kExplicitlyAllowedPorts[];
extern const char kExtensionsUpdateFrequency[];