Chromium Code Reviews| Index: content/browser/renderer_host/media/media_stream_dispatcher_host.h |
| diff --git a/content/browser/renderer_host/media/media_stream_dispatcher_host.h b/content/browser/renderer_host/media/media_stream_dispatcher_host.h |
| index 6a2488d2f082f130078fa443030f645cc66e455f..d1b2ba641ece76571be5cb1721a387cbf937ee3c 100644 |
| --- a/content/browser/renderer_host/media/media_stream_dispatcher_host.h |
| +++ b/content/browser/renderer_host/media/media_stream_dispatcher_host.h |
| @@ -107,6 +107,11 @@ class CONTENT_EXPORT MediaStreamDispatcherHost : public BrowserMessageFilter, |
| int page_request_id, |
| const std::string& label); |
| + // IPC message: Set if the video capturing is secure. |
|
nasko
2016/05/11 16:42:56
nit: IPC message handler
xjz
2016/05/11 18:07:23
Done.
|
| + void OnSetCapturingLinkSecured(int session_id, |
| + content::MediaStreamType type, |
| + bool is_secure); |
| + |
| std::unique_ptr<MediaStreamUIProxy> CreateMediaStreamUIProxy(); |
| void HandleCheckAccessResponse(std::unique_ptr<MediaStreamUIProxy> ui_proxy, |
| int render_frame_id, |