| 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..feaedc0c685ca81d33ede40510390af2a20d870f 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -218,6 +218,9 @@ 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-experimental-websocket";
|
| +
|
| // Disables WebKit's XSSAuditor. The XSSAuditor mitigates reflective XSS.
|
| const char kDisableXSSAuditor[] = "disable-xss-auditor";
|
|
|
|
|