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

Unified Diff: content/browser/resources/media/main.js

Issue 616833004: chrome://media-internals: update MediaInternals when devices capabilities are enumerated. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: FakeVCDFactory needs to specify capture API for Win. Linux/CrOs MediaInternalsVideoCaptureDeviceTes… Created 6 years, 2 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 | « content/browser/renderer_host/media/video_capture_manager.cc ('k') | media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resources/media/main.js
diff --git a/content/browser/resources/media/main.js b/content/browser/resources/media/main.js
index cb239da2d5448495ab96c902819b3eb47f9c3916..ee406b11f3ac07a1eabaa523dd0e0d5804fe7bad 100644
--- a/content/browser/resources/media/main.js
+++ b/content/browser/resources/media/main.js
@@ -39,7 +39,7 @@ var media = (function() {
manager = theManager;
};
- media.onReceiveEverything = function(everything) {
+ media.onReceiveAudioStreamData = function(everything) {
for (var component in everything) {
media.updateAudioComponent(everything[component]);
}
« no previous file with comments | « content/browser/renderer_host/media/video_capture_manager.cc ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698