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

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

Issue 959063002: key_mobile_sites_smooth: Reload pages before scrolling for LinkedIn and Wowwiki (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
Index: tools/perf/page_sets/key_mobile_sites_pages.py
diff --git a/tools/perf/page_sets/key_mobile_sites_pages.py b/tools/perf/page_sets/key_mobile_sites_pages.py
index 3b5fd64147fbb6cd11adf664e3a98fb877af094f..a8e69210f75aa4b590567a08ece439bd40007303 100644
--- a/tools/perf/page_sets/key_mobile_sites_pages.py
+++ b/tools/perf/page_sets/key_mobile_sites_pages.py
@@ -104,11 +104,11 @@ class LinkedInPage(KeyMobileSitesPage):
""" Why: #12 (Alexa global),Public profile """
- def __init__(self, page_set):
+ def __init__(self, page_set, name='LinkedIn'):
super(LinkedInPage, self).__init__(
url='https://www.linkedin.com/in/linustorvalds',
page_set=page_set,
- name='LinkedIn')
+ name=name)
def RunNavigateSteps(self, action_runner):
super(LinkedInPage, self).RunNavigateSteps(action_runner)
« no previous file with comments | « no previous file | tools/perf/page_sets/key_mobile_sites_smooth.py » ('j') | tools/perf/page_sets/key_mobile_sites_smooth.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698