| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 40232)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -146,7 +146,7 @@
|
| const char kDisableWebSockets[] = "disable-web-sockets";
|
|
|
| // Disable WebKit's XSSAuditor. The XSSAuditor mitigates reflective XSS.
|
| -const char kDisableXSSAuditor[] = "disable-xss-auditor";
|
| +const char kEnableXSSAuditor[] = "enable-xss-auditor";
|
|
|
| // Use a specific disk cache location, rather than one derived from the
|
| // UserDatadir.
|
|
|