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

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

Issue 2379123002: Disable page cycler on Nexus 6 AOSP (Closed)
Patch Set: Created 4 years, 3 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/page_cycler_v2.py
diff --git a/tools/perf/benchmarks/page_cycler_v2.py b/tools/perf/benchmarks/page_cycler_v2.py
index 2c3fa69e42333ed7785004c7c159f91b578694bb..e8beb035af766e8c08e68198743c07d3134a2803 100644
--- a/tools/perf/benchmarks/page_cycler_v2.py
+++ b/tools/perf/benchmarks/page_cycler_v2.py
@@ -57,7 +57,8 @@ class _PageCyclerV2(perf_benchmark.PerfBenchmark):
return True
# crbug.com/651188
- if (possible_browser.platform.GetDeviceTypeName() == 'Nexus 6' and
+ if ((possible_browser.platform.GetDeviceTypeName() == 'Nexus 6' or
+ possible_browser.platform.GetDeviceTypeName() == 'AOSP on Shamu') and
possible_browser.browser_type == 'android-webview'):
return True
« 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