| Index: content/browser/renderer_host/media/video_capture_manager.h
|
| diff --git a/content/browser/renderer_host/media/video_capture_manager.h b/content/browser/renderer_host/media/video_capture_manager.h
|
| index be614cfeb04747307b0c719113d913317903e44f..de07dacc33d57fcf7b1ab4f65c38d2b7cf93a630 100644
|
| --- a/content/browser/renderer_host/media/video_capture_manager.h
|
| +++ b/content/browser/renderer_host/media/video_capture_manager.h
|
| @@ -183,6 +183,7 @@ class CONTENT_EXPORT VideoCaptureManager
|
| void OnDeviceLaunched(VideoCaptureController* controller) override;
|
| void OnDeviceLaunchFailed(VideoCaptureController* controller) override;
|
| void OnDeviceLaunchAborted() override;
|
| + void OnDeviceConnectionLost(VideoCaptureController* controller) override;
|
|
|
| // Retrieves camera calibration information for a particular device. Returns
|
| // nullopt_t if the |device_id| is not found or camera calibration information
|
|
|