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

Unified Diff: tools/perf/benchmarks/memory_infra.py

Issue 1584583003: Remove --no-sandbox flag from command line for telemetry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sandbox
Patch Set: More fixes. Created 4 years, 11 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
Index: tools/perf/benchmarks/memory_infra.py
diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py
index 675e0f6a58a7d463bd87db8d3439f5be1f79fd81..28c37a034d1d9d3ceb1e691b11d404292a248d38 100644
--- a/tools/perf/benchmarks/memory_infra.py
+++ b/tools/perf/benchmarks/memory_infra.py
@@ -26,8 +26,6 @@ class _MemoryInfra(perf_benchmark.PerfBenchmark):
# TODO(perezju): Temporary workaround to disable periodic memory dumps.
# See: http://crbug.com/513692
'--enable-memory-benchmarking',
- # TODO(ssid): Remove this flag after fixing http://crbug.com/461788.
- '--no-sandbox'
])
def CreateTimelineBasedMeasurementOptions(self):

Powered by Google App Engine
This is Rietveld 408576698