| Index: tools/perf/benchmarks/system_health.py
|
| diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
|
| index 230cc9a8b6a08568082a5d86f04028d7ed743d68..69765d0be59c781ab7b5b7ae5bf0decbd54badd6 100644
|
| --- a/tools/perf/benchmarks/system_health.py
|
| +++ b/tools/perf/benchmarks/system_health.py
|
| @@ -115,10 +115,6 @@ class MobileMemorySystemHealth(_MemorySystemHealthBenchmark):
|
| possible_browser.platform.GetDeviceTypeName() == 'Nexus 5X'):
|
| return True
|
|
|
| - # http://crbug.com/629163
|
| - if possible_browser.platform.GetDeviceTypeName() == 'Nexus 9':
|
| - return True
|
| -
|
| return possible_browser.platform.GetDeviceTypeName() == 'Desktop'
|
|
|
|
|
|
|