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

Unified Diff: tools/perf/metrics/webrtc_stats_unittest.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/metrics/webrtc_stats.py ('k') | tools/perf/page_sets/blank_page.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/webrtc_stats_unittest.py
diff --git a/tools/perf/metrics/webrtc_stats_unittest.py b/tools/perf/metrics/webrtc_stats_unittest.py
index 79943c8000b58130b947990461fe6b4e698fbaf7..b6f3488566e4d21f92786377a8124e4f15ab3e58 100644
--- a/tools/perf/metrics/webrtc_stats_unittest.py
+++ b/tools/perf/metrics/webrtc_stats_unittest.py
@@ -113,7 +113,7 @@ class WebRtcStatsUnittest(unittest.TestCase):
stats_metric.Start(page, tab)
- tab.ExpectCall('EvaluateJavaScript2',
+ tab.ExpectCall('EvaluateJavaScript',
simple_mock.DONT_CARE).WillReturn(json_to_return)
stats_metric.Stop(page, tab)
« no previous file with comments | « tools/perf/metrics/webrtc_stats.py ('k') | tools/perf/page_sets/blank_page.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698