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

Unified Diff: tools/perf/perf_tools/memory_measurement.py

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.cc ('k') | tools/perf/perf_tools/startup_measurement.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/perf_tools/memory_measurement.py
diff --git a/tools/perf/perf_tools/memory_measurement.py b/tools/perf/perf_tools/memory_measurement.py
index 3fd89db5b574e838dd2f23a074a644872a1b184a..3fdd1d3dcc6a99127a7d9ac1a53df16ec5d6c24a 100644
--- a/tools/perf/perf_tools/memory_measurement.py
+++ b/tools/perf/perf_tools/memory_measurement.py
@@ -38,8 +38,6 @@ class MemoryMeasurement(page_measurement.PageMeasurement):
# pages.
options.AppendExtraBrowserArg('--disable-histogram-customizer')
options.AppendExtraBrowserArg('--memory-metrics')
- options.AppendExtraBrowserArg(
- '--reduce-security-for-stats-collection-tests')
# Old commandline flags used for reference builds.
options.AppendExtraBrowserArg('--dom-automation')
« no previous file with comments | « content/public/common/content_switches.cc ('k') | tools/perf/perf_tools/startup_measurement.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698