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

Unified Diff: content/renderer/media/video_capture_impl_manager.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/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,

Powered by Google App Engine
This is Rietveld 408576698