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

Unified Diff: tools/telemetry/telemetry/page/actions/set_startup_url.py

Issue 186593007: Remove href_change and navigate from wait action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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/telemetry/telemetry/page/actions/set_startup_url.py
diff --git a/tools/telemetry/telemetry/page/actions/set_startup_url.py b/tools/telemetry/telemetry/page/actions/set_startup_url.py
index 95d1b0cef824d1a5e25b2834ab778377633c72ff..6c95a1e49254c7bf5aa7f693d605cd96c0c430e8 100644
--- a/tools/telemetry/telemetry/page/actions/set_startup_url.py
+++ b/tools/telemetry/telemetry/page/actions/set_startup_url.py
@@ -12,7 +12,7 @@ class SetStartupUrlAction(page_action.PageAction):
the browser for each page.
"""
- def RunAction(self, page, tab, previous_action):
+ def RunAction(self, page, tab):
pass
def CustomizeBrowserOptionsForSinglePage(self, options):
« no previous file with comments | « tools/telemetry/telemetry/page/actions/seek_unittest.py ('k') | tools/telemetry/telemetry/page/actions/swipe.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698