Index: content/renderer/media/media_stream_video_source.h |
diff --git a/content/renderer/media/media_stream_video_source.h b/content/renderer/media/media_stream_video_source.h |
index e2e24f008c99873e770739be60062d94cd95a69f..30ffadd50360362c771c91427e515f04136b4dcc 100644 |
--- a/content/renderer/media/media_stream_video_source.h |
+++ b/content/renderer/media/media_stream_video_source.h |
@@ -87,6 +87,9 @@ class CONTENT_EXPORT MediaStreamVideoSource |
// Request underlying source to capture a new frame. |
virtual void RequestRefreshFrame() {} |
+ // Notify underlying source if the capturing link is secure. |
+ virtual void SetCapturingLinkSecured(bool is_secure) {} |
+ |
// Returns the task runner where video frames will be delivered on. |
base::SingleThreadTaskRunner* io_task_runner() const; |