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

Unified Diff: tools/perf/page_sets/service_worker.py

Issue 620553012: ServiceWorker: Update a page set for the test of ServiceWorker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Recreate wpr file Created 6 years, 2 months 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/data/service_worker_025.wpr.sha1 ('k') | no next file » | 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 14c0c6b742bdb5a44e7ffa3e58c4a74abeded48b..99b005bda86e0007396833a2e4b0d9b456f6b082 100644
--- a/tools/perf/page_sets/service_worker.py
+++ b/tools/perf/page_sets/service_worker.py
@@ -11,7 +11,7 @@ archive_data_file_path = 'data/service_worker.json'
class ServiceWorkerPage(page.Page):
def RunNavigateSteps(self, action_runner):
- action_runner.NavigateToPage()
+ action_runner.NavigateToPage(self)
action_runner.WaitForJavaScriptCondition('window.done')
« no previous file with comments | « tools/perf/page_sets/data/service_worker_025.wpr.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698