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

Unified Diff: tools/perf/metrics/loading.py

Issue 2719853003: [Telemetry refactor] Drop "2" from method calls to JS API (Closed)
Patch Set: Created 3 years, 10 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/perf/measurements/skpicture_printer.py ('k') | tools/perf/metrics/media.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/loading.py
diff --git a/tools/perf/metrics/loading.py b/tools/perf/metrics/loading.py
index ac9b51fb759809c47ed58e104ba0b4622fb42886..fa1ee3b23d3c1e4643e2414721957a688522b261 100644
--- a/tools/perf/metrics/loading.py
+++ b/tools/perf/metrics/loading.py
@@ -18,7 +18,7 @@ class LoadingMetric(Metric):
raise NotImplementedError()
def AddResults(self, tab, results):
- load_timings = tab.EvaluateJavaScript2('window.performance.timing')
+ load_timings = tab.EvaluateJavaScript('window.performance.timing')
# NavigationStart relative markers in milliseconds.
load_start = (
« no previous file with comments | « tools/perf/measurements/skpicture_printer.py ('k') | tools/perf/metrics/media.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698