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

Unified Diff: tools/telemetry/telemetry/web_perf/timeline_interaction_record.py

Issue 313383002: Cleanup interaction creation and add ExecuteJavaScript to action_runner.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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/web_perf/timeline_interaction_record.py
diff --git a/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py b/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py
index c126400607f1e80126f7fd2775ff50d6e0942518..45e6a349780d49e46f71bba0a84e03c4b8b305ab 100644
--- a/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py
+++ b/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py
@@ -124,7 +124,7 @@ class TimelineInteractionRecord(object):
return bounds
@staticmethod
- def GetJavascriptMarker(logical_name, flags):
+ def GetJavaScriptMarker(logical_name, flags):
""" Get the marker string of an interaction record with logical_name
and flags.
"""

Powered by Google App Engine
This is Rietveld 408576698