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

Unified Diff: tools/telemetry/telemetry/page/actions/js_collect_garbage.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/js_collect_garbage.py
diff --git a/tools/telemetry/telemetry/page/actions/js_collect_garbage.py b/tools/telemetry/telemetry/page/actions/js_collect_garbage.py
index 3ba9f53b30764a42b5c42777c537ccea1eb3af3b..6cc730cceee199aa516819876ac101f205f37c62 100644
--- a/tools/telemetry/telemetry/page/actions/js_collect_garbage.py
+++ b/tools/telemetry/telemetry/page/actions/js_collect_garbage.py
@@ -7,5 +7,5 @@ class JsCollectGarbageAction(page_action.PageAction):
def __init__(self, attributes=None):
super(JsCollectGarbageAction, self).__init__(attributes)
- def RunAction(self, page, tab, previous_action):
+ def RunAction(self, page, tab):
tab.CollectGarbage()
« no previous file with comments | « tools/telemetry/telemetry/page/actions/javascript_click_unittest.py ('k') | tools/telemetry/telemetry/page/actions/loop.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698