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

Unified Diff: content/browser/renderer_host/media/video_capture_controller.cc

Issue 11146008: remove VideoDeviceError and AudioDeviceError for media stream. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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/renderer_host/media/video_capture_controller.cc
===================================================================
--- content/browser/renderer_host/media/video_capture_controller.cc (revision 161798)
+++ content/browser/renderer_host/media/video_capture_controller.cc (working copy)
@@ -338,9 +338,6 @@
this, buffer_id, timestamp));
}
-// TODO(perkj): Need to decide if the error should be sent to
-// |video_capture_manager_| or if it enough to tell the
-// VideoCaptureMessageFilter in the render process that the device failed.
void VideoCaptureController::OnError() {
BrowserThread::PostTask(BrowserThread::IO,
FROM_HERE,

Powered by Google App Engine
This is Rietveld 408576698