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

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

Issue 2564773002: Enable page_cycler_v2 and loading.mobile on webview (Closed)
Patch Set: Created 4 years 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 | tools/perf/benchmarks/page_cycler_v2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/loading.py
diff --git a/tools/perf/benchmarks/loading.py b/tools/perf/benchmarks/loading.py
index ca02b47b937b8674aa324602c85ef8a2b3919fdf..ca094d8a89d563ba432481fe28facd741415ad94 100644
--- a/tools/perf/benchmarks/loading.py
+++ b/tools/perf/benchmarks/loading.py
@@ -30,10 +30,6 @@ class LoadingMobile(perf_benchmark.PerfBenchmark):
if possible_browser.browser_type == 'reference':
return True
- # crbug.com/651188
- if possible_browser.browser_type == 'android-webview':
- return True
-
return False
@classmethod
« no previous file with comments | « no previous file | tools/perf/benchmarks/page_cycler_v2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698