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

Unified Diff: tools/perf/page_sets/top_10.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/startup_pages_record.py ('k') | tools/perf/page_sets/top_10_mobile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/top_10.py
diff --git a/tools/perf/page_sets/top_10.py b/tools/perf/page_sets/top_10.py
index 4297b19fe95da86ba7e2d3a25101f1597cbc0576..0f0db80ad9b01862736961639e479297f06864a9 100644
--- a/tools/perf/page_sets/top_10.py
+++ b/tools/perf/page_sets/top_10.py
@@ -96,33 +96,33 @@ class Top10PageSet(page_set_module.PageSet):
bucket=page_set_module.PARTNER_BUCKET)
# top google property; a google tab is often open
- self.AddPage(Google(self))
+ self.AddUserStory(Google(self))
# productivity, top google properties
# TODO(dominikg): fix crbug.com/386152
- #self.AddPage(Gmail(self))
+ #self.AddUserStory(Gmail(self))
# productivity, top google properties
- self.AddPage(GoogleCalendar(self))
+ self.AddUserStory(GoogleCalendar(self))
# #3 (Alexa global)
- self.AddPage(Youtube(self))
+ self.AddUserStory(Youtube(self))
# top social, Public profile
- self.AddPage(Facebook(self))
+ self.AddUserStory(Facebook(self))
# #6 (Alexa) most visited worldwide,Picked an interesting page
- self.AddPage(SimpleScrollPage('http://en.wikipedia.org/wiki/Wikipedia',
+ self.AddUserStory(SimpleScrollPage('http://en.wikipedia.org/wiki/Wikipedia',
self, name='Wikipedia'))
# #1 world commerce website by visits; #3 commerce in the US by time spent
- self.AddPage(SimpleScrollPage('http://www.amazon.com', self))
+ self.AddUserStory(SimpleScrollPage('http://www.amazon.com', self))
# #4 Alexa
- self.AddPage(SimpleScrollPage('http://www.yahoo.com/', self))
+ self.AddUserStory(SimpleScrollPage('http://www.yahoo.com/', self))
# #16 Alexa
- self.AddPage(SimpleScrollPage('http://www.bing.com/', self))
+ self.AddUserStory(SimpleScrollPage('http://www.bing.com/', self))
# #20 Alexa
- self.AddPage(SimpleScrollPage('http://www.ask.com/', self))
+ self.AddUserStory(SimpleScrollPage('http://www.ask.com/', self))
« no previous file with comments | « tools/perf/page_sets/startup_pages_record.py ('k') | tools/perf/page_sets/top_10_mobile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698