summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 631f39f..a440c55 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -188,7 +188,7 @@ const char kDisableWebSecurity[] = "disable-web-security";
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.