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) { |