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

Unified Diff: content/common/media/media_stream_messages.h

Issue 1873293002: Report if video capturing meets output protection requirement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 4 years, 7 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/common/media/media_stream_messages.h
diff --git a/content/common/media/media_stream_messages.h b/content/common/media/media_stream_messages.h
index d4847c214644679e3894dc00a2c978873920220c..70b5f0304b0960e219f178929d638ea4b9427025 100644
--- a/content/common/media/media_stream_messages.h
+++ b/content/common/media/media_stream_messages.h
@@ -152,3 +152,10 @@ IPC_MESSAGE_CONTROL2(MediaStreamHostMsg_SubscribeToDeviceChangeNotifications,
// Cancel notifications about changes in the set of media devices.
IPC_MESSAGE_CONTROL1(MediaStreamHostMsg_CancelDeviceChangeNotifications,
int /* render frame id */)
+
+// Tell the browser process if the video capture is secure (i.e., all
+// connected video sinks meet the requirement of output protection.).
+IPC_MESSAGE_CONTROL3(MediaStreamHostMsg_SetCapturingLinkSecured,
+ int, /* session_id */
+ content::MediaStreamType, /* type */
+ bool /* is_secure */)
nasko 2016/05/09 21:33:29 This seems incorrect from threat modelling perspec
miu 2016/05/09 23:09:31 In the general case, you'd be absolutely correct.
xjz 2016/05/10 00:28:25 Yuri: Thanks for clarifying this!

Powered by Google App Engine
This is Rietveld 408576698