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

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

Issue 2618013002: Revert of [Android] Disable system_health.common_mobile on nexus 7 devices. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/system_health.py
diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
index d9469ebe42552903b63a9cd5c31fd8b85bf9c7ec..80539198fbdae81ca5f10c974cd12e7aa9ab8b62 100644
--- a/tools/perf/benchmarks/system_health.py
+++ b/tools/perf/benchmarks/system_health.py
@@ -75,10 +75,6 @@
# http://crbug.com/612144
if (possible_browser.browser_type == 'reference' and
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'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698