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

Unified Diff: tools/perf/page_sets/tough_canvas_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_animation_cases.py ('k') | tools/perf/page_sets/tough_compositor_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_canvas_cases.py
diff --git a/tools/perf/page_sets/tough_canvas_cases.py b/tools/perf/page_sets/tough_canvas_cases.py
index f4be457579647a13d12fc1409e26e7cbe3cbf880..adff9a736b17ce138935d8790323c87bbe5fe01a 100644
--- a/tools/perf/page_sets/tough_canvas_cases.py
+++ b/tools/perf/page_sets/tough_canvas_cases.py
@@ -41,7 +41,7 @@ class ToughCanvasCasesPageSet(page_set_module.PageSet):
bucket=page_set_module.PARTNER_BUCKET)
# Crashes on Galaxy Nexus. crbug.com/314131
- # self.AddPage(MicrosofFirefliesPage(self))
+ # self.AddUserStory(MicrosofFirefliesPage(self))
# Failing on Nexus 5 (http://crbug.com/364248):
# 'http://geoapis.appspot.com/agdnZW9hcGlzchMLEgtFeGFtcGxlQ29kZRjh1wIM',
@@ -84,4 +84,4 @@ class ToughCanvasCasesPageSet(page_set_module.PageSet):
]
for url in urls_list:
- self.AddPage(ToughCanvasCasesPage(url, self))
+ self.AddUserStory(ToughCanvasCasesPage(url, self))
« no previous file with comments | « tools/perf/page_sets/tough_animation_cases.py ('k') | tools/perf/page_sets/tough_compositor_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698