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

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

Issue 1137363002: Replace action_runner.NavigateToPage with action_runner.Navigate(sel.url) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/inbox.py
diff --git a/tools/perf/page_sets/inbox.py b/tools/perf/page_sets/inbox.py
index dbf8b1815590d2d1a4d2ab1c3b6c140c1142f6d0..358ee37442efb1b8b07626c147a8ef397e0ad484 100644
--- a/tools/perf/page_sets/inbox.py
+++ b/tools/perf/page_sets/inbox.py
@@ -24,7 +24,7 @@ class InboxPage(page_module.Page):
self.credentials = 'google'
def RunNavigateSteps(self, action_runner):
- action_runner.NavigateToPage(self, 180)
+ action_runner.Navigate(self.url, timeout_in_seconds=180)
def RunPageInteractions(self, action_runner):
self.OpenCloseConv(action_runner)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698