Chromium Code Reviews| 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"; |