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

Unified Diff: chrome/test/data/extensions/api_test/cast_streaming/stats.js

Issue 189583004: Cast: Implement log compression and (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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 | « chrome/test/data/extensions/api_test/cast_streaming/common.js ('k') | media/cast/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/cast_streaming/stats.js
diff --git a/chrome/test/data/extensions/api_test/cast_streaming/stats.js b/chrome/test/data/extensions/api_test/cast_streaming/stats.js
index d2007c1bce26b5046e348dc65f76bbda9de03620..c8be6cecd090ae5a3f841d3c368154e9b340e69e 100644
--- a/chrome/test/data/extensions/api_test/cast_streaming/stats.js
+++ b/chrome/test/data/extensions/api_test/cast_streaming/stats.js
@@ -45,9 +45,9 @@ chrome.test.runTests([
stateMachine.onAllStopped =
pass(function(audioId, videoId) {
rtpStream.getStats(audioId,
- stateMachine.onGotLogs.bind(stateMachine, audioId));
+ stateMachine.onGotStats.bind(stateMachine, audioId));
rtpStream.getStats(videoId,
- stateMachine.onGotLogs.bind(stateMachine, videoId));
+ stateMachine.onGotStats.bind(stateMachine, videoId));
}.bind(null, audioId, videoId));
stateMachine.onGotAllLogs =
pass(function(stream, audioId, videoId, udpId) {
« no previous file with comments | « chrome/test/data/extensions/api_test/cast_streaming/common.js ('k') | media/cast/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698