| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index c4d97ffb9d453a6e4dc61e5510bddf716f51fc97..f4ca6744d799d6478bbba956a8ee8fcddbf38b3e 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -268,9 +268,6 @@ const char kDisableWebSecurity[] = "disable-web-security";
|
| // Disables support for XSLT.
|
| const char kDisableXSLT[] = "disable-xslt";
|
|
|
| -// Disables Blink's XSSAuditor. The XSSAuditor mitigates reflective XSS.
|
| -const char kDisableXSSAuditor[] = "disable-xss-auditor";
|
| -
|
| // Specifies if the |DOMAutomationController| needs to be bound in the
|
| // renderer. This binding happens on per-frame basis and hence can potentially
|
| // be a performance bottleneck. One should only enable it when automating dom
|
|
|