| Index: content/renderer/media/video_capture_impl.h
|
| diff --git a/content/renderer/media/video_capture_impl.h b/content/renderer/media/video_capture_impl.h
|
| index b07823486d8459bbb73a17a19429cbe547ea7c1b..183d09a674c06b171bce29659d09e47608a3227f 100644
|
| --- a/content/renderer/media/video_capture_impl.h
|
| +++ b/content/renderer/media/video_capture_impl.h
|
| @@ -77,6 +77,9 @@ class CONTENT_EXPORT VideoCaptureImpl
|
| // picture loss or quality issues).
|
| void RequestRefreshFrame();
|
|
|
| + // Set if the captruring link is secure.
|
| + void SetCapturingLinkSecured(bool is_secure);
|
| +
|
| // Get capturing formats supported by this device.
|
| // |callback| will be invoked with the results.
|
| void GetDeviceSupportedFormats(const VideoCaptureDeviceFormatsCB& callback);
|
|
|