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

Unified Diff: tools/telemetry/telemetry/page/actions/loop.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/loop.py
diff --git a/tools/telemetry/telemetry/page/actions/loop.py b/tools/telemetry/telemetry/page/actions/loop.py
index 1e968293a1b4e3a0e488f345f65b36ba404df621..152f7a159d9d6901b6ca38b5668a06e94053f8cb 100644
--- a/tools/telemetry/telemetry/page/actions/loop.py
+++ b/tools/telemetry/telemetry/page/actions/loop.py
@@ -25,7 +25,7 @@ class LoopAction(media_action.MediaAction):
super(LoopAction, self).WillRunAction(page, tab)
self.LoadJS(tab, 'loop.js')
- def RunAction(self, page, tab, previous_action):
+ def RunAction(self, page, tab):
try:
assert hasattr(self, 'loop_count') and self.loop_count > 0
selector = self.selector if hasattr(self, 'selector') else ''
« no previous file with comments | « tools/telemetry/telemetry/page/actions/js_collect_garbage.py ('k') | tools/telemetry/telemetry/page/actions/loop_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698