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

Unified Diff: tools/telemetry/telemetry/page/actions/scroll.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/scroll.py
diff --git a/tools/telemetry/telemetry/page/actions/scroll.py b/tools/telemetry/telemetry/page/actions/scroll.py
index a3dcf30bf6d608633d60cc67bac43564399dae4d..5b990e4b6daeb9fa081398b2a32b487c1778a216 100644
--- a/tools/telemetry/telemetry/page/actions/scroll.py
+++ b/tools/telemetry/telemetry/page/actions/scroll.py
@@ -47,7 +47,7 @@ class ScrollAction(GestureAction):
window.__scrollAction = new __ScrollAction(%s, %s);"""
% (done_callback, distance_func))
- def RunGesture(self, page, tab, previous_action):
+ def RunGesture(self, page, tab):
# scrollable_element_function is a function that passes the scrollable
# element on the page to a callback. For example:
# function (callback) {
« no previous file with comments | « tools/telemetry/telemetry/page/actions/reload.py ('k') | tools/telemetry/telemetry/page/actions/scroll_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698