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

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 and nasko's comments, and rebased. 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..4d82cc78d1ba763b955489649a750e215f5a5660 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 handler: Set if the video capturing is secure.
+ 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,
« no previous file with comments | « chrome/renderer/media/cast_rtp_stream.cc ('k') | content/browser/renderer_host/media/media_stream_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698