| Index: content/renderer/media/video_capture_impl_manager.h
|
| diff --git a/content/renderer/media/video_capture_impl_manager.h b/content/renderer/media/video_capture_impl_manager.h
|
| index 1b7c28b3fb7218017e03aa6b80eb3e57c062f4cc..dedf91dce60d530d9865dbea8dc285b34aa12920 100644
|
| --- a/content/renderer/media/video_capture_impl_manager.h
|
| +++ b/content/renderer/media/video_capture_impl_manager.h
|
| @@ -77,6 +77,9 @@ class CONTENT_EXPORT VideoCaptureImplManager {
|
| // picture loss or quality issues).
|
| void RequestRefreshFrame(media::VideoCaptureSessionId id);
|
|
|
| + // Set if the video capturing link is secure.
|
| + void SetCapturingLinkSecured(media::VideoCaptureSessionId id, bool is_secure);
|
| +
|
| // Get supported formats supported by the device for the given session
|
| // ID. |callback| will be called on the IO thread.
|
| void GetDeviceSupportedFormats(media::VideoCaptureSessionId id,
|
|
|