| Index: tools/perf/benchmarks/system_health.py
|
| diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
|
| index 3c0fcc33345c35bd5c6d49f6cf2cd9a1fe0c18f6..2ab9683331984850a1326cdc661ddcda15726779 100644
|
| --- a/tools/perf/benchmarks/system_health.py
|
| +++ b/tools/perf/benchmarks/system_health.py
|
| @@ -119,6 +119,11 @@ class DesktopMemorySystemHealth(_MemorySystemHealthBenchmark):
|
| """Desktop Chrome Memory System Health Benchmark."""
|
| PLATFORM = 'desktop'
|
|
|
| + def SetExtraBrowserOptions(self, options):
|
| + options.AppendExtraBrowserArgs([
|
| + '--enable-stats-collection-bindings'
|
| + ])
|
| +
|
| @classmethod
|
| def ShouldDisable(cls, possible_browser):
|
| return possible_browser.platform.GetDeviceTypeName() != 'Desktop'
|
|
|