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

Unified Diff: tools/perf/page_sets/service_worker.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/polymer.py ('k') | tools/perf/page_sets/service_worker_micro_benchmark.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/service_worker.py
diff --git a/tools/perf/page_sets/service_worker.py b/tools/perf/page_sets/service_worker.py
index aabb62a861a447a5ba7ba87b4b451598a3708f0a..2ac1c6bf9efe1c3ffc432247e631c9020f92f840 100644
--- a/tools/perf/page_sets/service_worker.py
+++ b/tools/perf/page_sets/service_worker.py
@@ -20,11 +20,11 @@ class ServiceWorkerPageSet(page_set.PageSet):
# Why: the first application using ServiceWorker
# 1st time: registration
- self.AddPage(page.Page(
+ self.AddUserStory(page.Page(
'https://jakearchibald.github.io/trained-to-thrill/', self))
# 2st time: 1st onfetch with caching
- self.AddPage(page.Page(
+ self.AddUserStory(page.Page(
'https://jakearchibald.github.io/trained-to-thrill/', self))
# 3rd time: 2nd onfetch from cache
- self.AddPage(page.Page(
+ self.AddUserStory(page.Page(
'https://jakearchibald.github.io/trained-to-thrill/', self))
« no previous file with comments | « tools/perf/page_sets/polymer.py ('k') | tools/perf/page_sets/service_worker_micro_benchmark.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698