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

Unified Diff: tools/telemetry/telemetry/page/actions/swipe.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/swipe.py
diff --git a/tools/telemetry/telemetry/page/actions/swipe.py b/tools/telemetry/telemetry/page/actions/swipe.py
index 598acebfda6b92a6030eddd07f513e2d14bbf90a..dc9dbe4132bcbe10c34f839a9b9f22d157d08d1c 100644
--- a/tools/telemetry/telemetry/page/actions/swipe.py
+++ b/tools/telemetry/telemetry/page/actions/swipe.py
@@ -36,7 +36,7 @@ class SwipeAction(GestureAction):
window.__swipeAction = new __SwipeAction(%s);"""
% (done_callback))
- def RunGesture(self, page, tab, previous_action):
+ def RunGesture(self, page, tab):
left_start_percentage = 0.5
top_start_percentage = 0.5
direction = 'left'
« no previous file with comments | « tools/telemetry/telemetry/page/actions/set_startup_url.py ('k') | tools/telemetry/telemetry/page/actions/tap.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698