summaryrefslogtreecommitdiffstats
path: root/chrome/browser/labs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/labs.cc')
-rw-r--r--chrome/browser/labs.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/labs.cc b/chrome/browser/labs.cc
index c299b82..d37629e 100644
--- a/chrome/browser/labs.cc
+++ b/chrome/browser/labs.cc
@@ -111,6 +111,13 @@ const Experiment kExperiments[] = {
kOsAll,
switches::kDisableOutdatedPlugins
},
+ {
+ "xss-auditor", // Do not change; see above.
+ IDS_LABS_XSS_AUDITOR_NAME,
+ IDS_LABS_XSS_AUDITOR_DESCRIPTION,
+ kOsAll,
+ switches::kEnableXSSAuditor
+ },
};
// Extracts the list of enabled lab experiments from a profile and stores them