Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2325)

Unified Diff: content/public/common/content_switches.cc

Issue 13936002: Add a runtime flag to enable an experimental WebSocket implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move the switch from cc to content Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/browser/about_flags.cc ('K') | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 755a2c595b09f2a3b91b64cd8ca22ab22061a9e1..0c6706be9f81f431eb2594159f0bb59bf07d8f65 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -221,6 +221,10 @@ const char kDisableWebSecurity[] = "disable-web-security";
// Disable Web Sockets support.
const char kDisableWebSockets[] = "disable-web-sockets";
+// Enable an experimental WebSocket implementation.
Jói 2013/04/09 09:29:22 Nit: Document what this does if --disable-web-sock
yhirano 2013/04/10 00:52:45 Done.
+const char kEnableExperimentalWebSocket[] =
+ "enable-websocket-experimental-implementation";
+
// Disables WebKit's XSSAuditor. The XSSAuditor mitigates reflective XSS.
const char kDisableXSSAuditor[] = "disable-xss-auditor";
« chrome/browser/about_flags.cc ('K') | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698