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

Unified Diff: content/browser/renderer_host/media/media_stream_dispatcher_host.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 oshima's 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/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,

Powered by Google App Engine
This is Rietveld 408576698