| 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):
|
|
|