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

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

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 8 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 | « tools/perf/benchmarks/service_worker.py ('k') | tools/telemetry/telemetry/core/backends/chrome/oobe.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index eaa16f34bfc7e239d70dbf17150f86f070713e7d..d9b02b997b172e4fa180f1c2c722f80d53b6986c 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -236,7 +236,7 @@ class SmoothnessToughPinchZoomCases(benchmark.Benchmark):
return smoothness.Smoothness(enable_auto_issuing_marker=False)
-@benchmark.Enabled('chromeos')
+@benchmark.Enabled('android', 'chromeos')
class SmoothnessToughScrollingWhileZoomedInCases(benchmark.Benchmark):
"""Measures rendering statistics for pinch-zooming then diagonal scrolling"""
page_set = page_sets.ToughScrollingWhileZoomedInCasesPageSet
« no previous file with comments | « tools/perf/benchmarks/service_worker.py ('k') | tools/telemetry/telemetry/core/backends/chrome/oobe.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698