| Index: tools/perf/benchmarks/system_health.py
|
| diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
|
| index 80539198fbdae81ca5f10c974cd12e7aa9ab8b62..d9469ebe42552903b63a9cd5c31fd8b85bf9c7ec 100644
|
| --- a/tools/perf/benchmarks/system_health.py
|
| +++ b/tools/perf/benchmarks/system_health.py
|
| @@ -77,6 +77,10 @@ class MobileCommonSystemHealth(_CommonSystemHealthBenchmark):
|
| possible_browser.platform.GetDeviceTypeName() == 'Nexus 5X'):
|
| return True
|
|
|
| + # http://crbug.com/667470
|
| + if 'Nexus 7' in possible_browser.platform.GetDeviceTypeName():
|
| + return True
|
| +
|
| return possible_browser.platform.GetDeviceTypeName() == 'Desktop'
|
|
|
|
|
|
|