Index: content/browser/renderer_host/media/video_capture_host.h |
diff --git a/content/browser/renderer_host/media/video_capture_host.h b/content/browser/renderer_host/media/video_capture_host.h |
index 1094c7a5825087dc17f8936f50074f6f580c3c95..5334b439a2c4a269ddaaea12c03257e513402b08 100644 |
--- a/content/browser/renderer_host/media/video_capture_host.h |
+++ b/content/browser/renderer_host/media/video_capture_host.h |
@@ -171,8 +171,10 @@ class CONTENT_EXPORT VideoCaptureHost |
void DoEndedOnIOThread(const VideoCaptureControllerID& controller_id); |
+ // Delete the controller and notifies the VideoCaptureManager. |on_error| is |
mcasas
2014/04/25 17:18:35
s/Delete/Deletes/
"comments should be descriptive
|
+ // true if this is triggered by VideoCaptureControllerEventHandler::OnError. |
void DeleteVideoCaptureControllerOnIOThread( |
- const VideoCaptureControllerID& controller_id); |
+ const VideoCaptureControllerID& controller_id, bool on_error); |
MediaStreamManager* media_stream_manager_; |