Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(890)

Unified Diff: content/renderer/media/media_stream_video_source.h

Issue 1873293002: Report if video capturing meets output protection requirement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698