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

Unified Diff: content/browser/renderer_host/media/media_stream_manager.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_manager.h
diff --git a/content/browser/renderer_host/media/media_stream_manager.h b/content/browser/renderer_host/media/media_stream_manager.h
index a1f22722f78356d2f767207213034be4ad585ce4..8ee5da84962f7ca31b26983ac13b2434fc196076 100644
--- a/content/browser/renderer_host/media/media_stream_manager.h
+++ b/content/browser/renderer_host/media/media_stream_manager.h
@@ -255,6 +255,11 @@ class CONTENT_EXPORT MediaStreamManager
// is allowed to access |origin|.
static bool IsOriginAllowed(int render_process_id, const url::Origin& origin);
+ void SetCapturingLinkSecured(int render_process_id,
nasko 2016/05/11 16:42:56 nit: Add a comment to be consistent with the rest
xjz 2016/05/11 18:07:23 Done.
+ int session_id,
+ content::MediaStreamType type,
+ bool is_secure);
+
private:
// Contains all data needed to keep track of requests.
class DeviceRequest;

Powered by Google App Engine
This is Rietveld 408576698