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

Unified Diff: tools/perf/page_sets/polymer.py

Issue 400823006: [Telemetry] Disable core-scroll-header-panel which was recently enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/page_sets/polymer.py
diff --git a/tools/perf/page_sets/polymer.py b/tools/perf/page_sets/polymer.py
index 2fb5e5ed21a8b705f157efee554eb79862c370d7..9a7ff97f43fd5a620c130bfd4d440ba64565f44e 100644
--- a/tools/perf/page_sets/polymer.py
+++ b/tools/perf/page_sets/polymer.py
@@ -216,6 +216,9 @@ class PolymerPageSet(page_set_module.PageSet):
self.AddPage(PolymerSampler(self, p))
# Polymer Sampler subpages that are interesting to scroll
- SCROLLABLE_PAGES = ['core-scroll-header-panel']
+ SCROLLABLE_PAGES = [
+ # crbug.com/394756
+ # 'core-scroll-header-panel',
+ ]
for p in SCROLLABLE_PAGES:
self.AddPage(PolymerSampler(self, p, scrolling_page=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