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

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

Issue 799183002: Rename AddPage -> AddUserStory in tools/perf/page_sets/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « tools/perf/page_sets/simple_mobile_sites.py ('k') | tools/perf/page_sets/startup_pages_record.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/startup_pages.py
diff --git a/tools/perf/page_sets/startup_pages.py b/tools/perf/page_sets/startup_pages.py
index 0fbfacbc821f93936183c747acdd764afb27f838..13e5f27f753f2282692e57ad2255166700e4b028 100644
--- a/tools/perf/page_sets/startup_pages.py
+++ b/tools/perf/page_sets/startup_pages.py
@@ -29,8 +29,9 @@ class StartupPagesPageSet(page_set_module.PageSet):
bucket=page_set_module.PARTNER_BUCKET)
# Typical page.
- self.AddPage(StartedPage('about:blank', 'about:blank', self))
+ self.AddUserStory(StartedPage('about:blank', 'about:blank', self))
# Typical page.
- self.AddPage(StartedPage('http://bbc.co.uk', 'http://bbc.co.uk', self))
+ self.AddUserStory(StartedPage('http://bbc.co.uk', 'http://bbc.co.uk', self))
# Horribly complex page - stress test!
- self.AddPage(StartedPage('http://kapook.com', 'http://kapook.com', self))
+ self.AddUserStory(StartedPage(
+ 'http://kapook.com', 'http://kapook.com', self))
« no previous file with comments | « tools/perf/page_sets/simple_mobile_sites.py ('k') | tools/perf/page_sets/startup_pages_record.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698