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

Unified Diff: tools/perf/page_sets/topeka.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
Index: tools/perf/page_sets/topeka.py
diff --git a/tools/perf/page_sets/topeka.py b/tools/perf/page_sets/topeka.py
index 126593bbe3b5dfb6448dc61d8ffd914ba029fc89..1e5f334285232f2a3b4982e95d6b1c6590c789cc 100644
--- a/tools/perf/page_sets/topeka.py
+++ b/tools/perf/page_sets/topeka.py
@@ -25,4 +25,4 @@ class TopekaPageSet(page_set_module.PageSet):
archive_data_file='data/topeka.json',
bucket=page_set_module.INTERNAL_BUCKET)
- self.AddPage(TopekaPage(self))
+ self.AddUserStory(TopekaPage(self))
« no previous file with comments | « tools/perf/page_sets/top_desktop_sites_2012Q3_stress.py ('k') | tools/perf/page_sets/tough_animation_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698