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

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

Issue 277143003: Add NavigateToPage API for action_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 7 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
« no previous file with comments | « tools/telemetry/telemetry/page/actions/reload.py ('k') | tools/telemetry/telemetry/page/actions/scroll.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/page/actions/repaint_continuously.py
diff --git a/tools/telemetry/telemetry/page/actions/repaint_continuously.py b/tools/telemetry/telemetry/page/actions/repaint_continuously.py
index d4e3c78712d9f59cf9771d4be4b77597834cd68b..97052072d6b7c5e41832f98051bf1df1c491ebdd 100644
--- a/tools/telemetry/telemetry/page/actions/repaint_continuously.py
+++ b/tools/telemetry/telemetry/page/actions/repaint_continuously.py
@@ -14,7 +14,7 @@ class RepaintContinuouslyAction(page_action.PageAction):
def __init__(self, attributes=None):
super(RepaintContinuouslyAction, self).__init__(attributes)
- def RunAction(self, page, tab):
+ def RunAction(self, tab):
assert(hasattr(self, 'seconds'))
start_time = time.time()
tab.ExecuteJavaScript(
« no previous file with comments | « tools/telemetry/telemetry/page/actions/reload.py ('k') | tools/telemetry/telemetry/page/actions/scroll.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698