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

Unified Diff: tools/perf/page_sets/tough_pinch_zoom_cases.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/tough_memory_multi_tab.py ('k') | tools/perf/page_sets/tough_scheduling_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_pinch_zoom_cases.py
diff --git a/tools/perf/page_sets/tough_pinch_zoom_cases.py b/tools/perf/page_sets/tough_pinch_zoom_cases.py
index a11f4a46eb433c5b3c7c3657e576a1bedc2b9013..a3ff30e33d14e4dfc59a84335933293d83fcef4b 100644
--- a/tools/perf/page_sets/tough_pinch_zoom_cases.py
+++ b/tools/perf/page_sets/tough_pinch_zoom_cases.py
@@ -250,40 +250,40 @@ class ToughPinchZoomCasesPageSet(page_set_module.PageSet):
archive_data_file='data/tough_pinch_zoom_cases.json',
bucket=page_set_module.PARTNER_BUCKET)
- self.AddPage(GoogleSearchPage(self))
- self.AddPage(GmailPage(self))
- self.AddPage(GoogleCalendarPage(self))
- self.AddPage(GoogleImageSearchPage(self))
- self.AddPage(GooglePlusPage(self))
- self.AddPage(YoutubePage(self))
- self.AddPage(BlogSpotPage(self))
- self.AddPage(FacebookPage(self))
- self.AddPage(LinkedinPage(self))
- self.AddPage(WikipediaPage(self))
- self.AddPage(TwitterPage(self))
- self.AddPage(ESPNPage(self))
+ self.AddUserStory(GoogleSearchPage(self))
+ self.AddUserStory(GmailPage(self))
+ self.AddUserStory(GoogleCalendarPage(self))
+ self.AddUserStory(GoogleImageSearchPage(self))
+ self.AddUserStory(GooglePlusPage(self))
+ self.AddUserStory(YoutubePage(self))
+ self.AddUserStory(BlogSpotPage(self))
+ self.AddUserStory(FacebookPage(self))
+ self.AddUserStory(LinkedinPage(self))
+ self.AddUserStory(WikipediaPage(self))
+ self.AddUserStory(TwitterPage(self))
+ self.AddUserStory(ESPNPage(self))
# Why: #1 news worldwide (Alexa global)
- self.AddPage(ToughPinchZoomCasesPage('http://news.yahoo.com', self))
+ self.AddUserStory(ToughPinchZoomCasesPage('http://news.yahoo.com', self))
# Why: #2 news worldwide
- self.AddPage(ToughPinchZoomCasesPage('http://www.cnn.com', self))
+ self.AddUserStory(ToughPinchZoomCasesPage('http://www.cnn.com', self))
- self.AddPage(WeatherDotComPage(self))
+ self.AddUserStory(WeatherDotComPage(self))
# Why: #1 world commerce website by visits; #3 commerce in the US by time
# spent
- self.AddPage(ToughPinchZoomCasesPage('http://www.amazon.com', self))
+ self.AddUserStory(ToughPinchZoomCasesPage('http://www.amazon.com', self))
# Why: #1 commerce website by time spent by users in US
- self.AddPage(ToughPinchZoomCasesPage('http://www.ebay.com', self))
+ self.AddUserStory(ToughPinchZoomCasesPage('http://www.ebay.com', self))
- self.AddPage(YahooGamePage(self))
+ self.AddUserStory(YahooGamePage(self))
# Why: #1 Alexa recreation
- self.AddPage(ToughPinchZoomCasesPage('http://booking.com', self))
+ self.AddUserStory(ToughPinchZoomCasesPage('http://booking.com', self))
- self.AddPage(YahooAnswersPage(self))
+ self.AddUserStory(YahooAnswersPage(self))
# Why: #1 Alexa sports
- self.AddPage(ToughPinchZoomCasesPage('http://sports.yahoo.com/', self))
+ self.AddUserStory(ToughPinchZoomCasesPage('http://sports.yahoo.com/', self))
« no previous file with comments | « tools/perf/page_sets/tough_memory_multi_tab.py ('k') | tools/perf/page_sets/tough_scheduling_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698