Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index da3e5d93b133095c265131b0566a87da0dac26cb..a83b8da92d529da16dc4bc9d8cb70849db1bfd1a 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -218,6 +218,10 @@ const char kDisableWebAudio[] = "disable-webaudio"; |
// Don't enforce the same-origin policy. (Used by people testing their sites.) |
const char kDisableWebSecurity[] = "disable-web-security"; |
+// Enable an experimental WebSocket implementation. |
+const char kEnableExperimentalWebSocket[] = |
+ "enable-websocket-experimental-implementation"; |
sadrul
2013/04/17 16:42:06
The k... variable names usually mirror the actual
yhirano
2013/04/18 00:52:37
Done.
|
+ |
// Disables WebKit's XSSAuditor. The XSSAuditor mitigates reflective XSS. |
const char kDisableXSSAuditor[] = "disable-xss-auditor"; |