Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1845)

Unified Diff: content/public/common/content_switches.cc

Issue 15804006: Remove --reduce-security-for-stats-collection-tests switch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/content_switches.h ('k') | tools/perf/perf_tools/memory_measurement.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/public/common/content_switches.h ('k') | tools/perf/perf_tools/memory_measurement.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698