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

Unified Diff: tools/perf/page_sets/tough_filters_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_energy_cases.py ('k') | tools/perf/page_sets/tough_image_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_filters_cases.py
diff --git a/tools/perf/page_sets/tough_filters_cases.py b/tools/perf/page_sets/tough_filters_cases.py
index d3f6fe8220106a5b9353ad7b35bb3d8088444839..52e10fe55418f8992d21bd66d07a474ae2d9f958 100644
--- a/tools/perf/page_sets/tough_filters_cases.py
+++ b/tools/perf/page_sets/tough_filters_cases.py
@@ -35,7 +35,7 @@ class ToughFiltersCasesPageSet(page_set_module.PageSet):
]
for url in urls_list:
- self.AddPage(ToughFiltersCasesPage(url, self))
+ self.AddUserStory(ToughFiltersCasesPage(url, self))
- self.AddPage(PirateMarkPage(
+ self.AddUserStory(PirateMarkPage(
'http://ie.microsoft.com/testdrive/Performance/Pirates/', self))
« no previous file with comments | « tools/perf/page_sets/tough_energy_cases.py ('k') | tools/perf/page_sets/tough_image_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698