| Index: content/common/media/video_capture_messages.h
|
| diff --git a/content/common/media/video_capture_messages.h b/content/common/media/video_capture_messages.h
|
| index 5241898beb2da74a58d5ee00e46fb02a4f231f82..9ef09699b8cc1c1ead73a0211b2343d24dbc10dc 100644
|
| --- a/content/common/media/video_capture_messages.h
|
| +++ b/content/common/media/video_capture_messages.h
|
| @@ -116,6 +116,12 @@ IPC_MESSAGE_CONTROL1(VideoCaptureHostMsg_RequestRefreshFrame,
|
| IPC_MESSAGE_CONTROL1(VideoCaptureHostMsg_Stop,
|
| int /* device_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_CONTROL2(VideoCaptureHostMsg_SetCapturingLinkSecured,
|
| + int, /* device_id */
|
| + bool /* is_secure */)
|
| +
|
| // Tell the browser process that the renderer has finished reading from
|
| // a buffer previously delivered by VideoCaptureMsg_BufferReady.
|
| IPC_MESSAGE_CONTROL4(VideoCaptureHostMsg_BufferReady,
|
|
|