Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index d153e2e275ed72a015a58a43104639a52e6334ea..27972f52dc5324108f9f927b6eafb357ad20df12 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -245,11 +245,6 @@ const char kDisableXSSAuditor[] = "disable-xss-auditor"; |
// based tests. |
const char kDomAutomationController[] = "dom-automation"; |
-// Loosen security. Needed for tests using some of the functionality of |
-// |DOMAutomationController|. |
-const char kReduceSecurityForStatsCollectionTests[] = |
- "reduce-security-for-stats-collection-tests"; |
- |
// Specifies if the |StatsCollectionController| 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 running a test |