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

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: Created 4 years, 8 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 653e055a1157b1d41994eec89aa4277fc435d84d..a10664fb1468785c2e5906ecf22713901a2662bb 100644
--- a/content/browser/renderer_host/media/media_stream_manager.h
+++ b/content/browser/renderer_host/media/media_stream_manager.h
@@ -237,6 +237,8 @@ class CONTENT_EXPORT MediaStreamManager
const std::string& device_guid,
const std::string& raw_unique_id);
+ void SetCapturingLinkSecured(bool is_secure);
+
private:
// Contains all data needed to keep track of requests.
class DeviceRequest;

Powered by Google App Engine
This is Rietveld 408576698