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

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

Issue 29423005: telemetry: Add GetRendererProcessFromTab to timeline model. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update unit test. Created 7 years, 1 month 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/pinch.py ('k') | tools/telemetry/telemetry/page/actions/wait.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0d7fc4282aef57bc30755c4023cd97f61a899f83..f3106ec37a07805c6786aa6c2794b404bfb76568 100644
--- a/tools/telemetry/telemetry/page/actions/scroll.py
+++ b/tools/telemetry/telemetry/page/actions/scroll.py
@@ -82,5 +82,5 @@ class ScrollAction(page_action.PageAction):
window.__scrollAction.endMeasuringHook = function() { %s };
""" % (start_js, stop_js))
- def GetTimelineMarkerLabel(self):
+ def GetTimelineMarkerName(self):
return 'SyntheticGestureController::running'
« no previous file with comments | « tools/telemetry/telemetry/page/actions/pinch.py ('k') | tools/telemetry/telemetry/page/actions/wait.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698