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

Unified Diff: tools/perf/page_sets/chrome_proxy/smoke.py

Issue 277143003: Add NavigateToPage API for action_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 7 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
Index: tools/perf/page_sets/chrome_proxy/smoke.py
diff --git a/tools/perf/page_sets/chrome_proxy/smoke.py b/tools/perf/page_sets/chrome_proxy/smoke.py
index 5f80bc8e03edd5b5db23ecc6d007452c72450827..3978cdaca8438320abe1d3b809acf64f835fddbc 100644
--- a/tools/perf/page_sets/chrome_proxy/smoke.py
+++ b/tools/perf/page_sets/chrome_proxy/smoke.py
@@ -94,7 +94,7 @@ class Page6(SmokePage):
name='safebrowsing')
def RunNavigateSteps(self, action_runner):
- action_runner.RunAction(NavigateAction({'timeout_seconds': 5}))
+ action_runner.NavigateToPage(self, timeout_seconds=5)
class SmokePageSet(page_set_module.PageSet):
« no previous file with comments | « tools/perf/page_sets/chrome_proxy/safebrowsing.py ('k') | tools/perf/page_sets/gmail_alt_threadlist_conversation.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698