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

Unified Diff: content/browser/media/media_internals_proxy.cc

Issue 643343004: Video Capture Capabilities available on chrome://media-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits 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
Index: content/browser/media/media_internals_proxy.cc
diff --git a/content/browser/media/media_internals_proxy.cc b/content/browser/media/media_internals_proxy.cc
index 3190884ef38821ef6b9f2aeeef0611f58ab30bed..25e5c507ab1cee60834d644b111d700bc6da1572 100644
--- a/content/browser/media/media_internals_proxy.cc
+++ b/content/browser/media/media_internals_proxy.cc
@@ -138,7 +138,7 @@ void MediaInternalsProxy::StopObservingMediaInternalsOnIOThread() {
void MediaInternalsProxy::GetEverythingOnIOThread() {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
MediaInternals::GetInstance()->SendAudioStreamData();
- // TODO(mcasas): Collect capabilities of Video Capture devices.
+ MediaInternals::GetInstance()->SendVideoCaptureCapabilities();
perkj_chrome 2014/10/15 15:05:16 This is on IO.
burnik 2014/10/15 15:43:13 Done.
}
void MediaInternalsProxy::UpdateUIOnUIThread(const base::string16& update) {

Powered by Google App Engine
This is Rietveld 408576698