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

Unified Diff: chrome/browser/media/webrtc/tab_capture_access_handler.cc

Issue 2746873004: Move ChromeOS login media access logic into a MediaAccessHandler (Closed)
Patch Set: Move ChromeOS login media access logic into a MediaAccessHandler Created 3 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
« no previous file with comments | « chrome/browser/media/webrtc/tab_capture_access_handler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/webrtc/tab_capture_access_handler.cc
diff --git a/chrome/browser/media/webrtc/tab_capture_access_handler.cc b/chrome/browser/media/webrtc/tab_capture_access_handler.cc
index 7d18ea8bec74ae70703775e727c7d299389842b5..d76996594fbdef5e45c6b780121ada1755f34333 100644
--- a/chrome/browser/media/webrtc/tab_capture_access_handler.cc
+++ b/chrome/browser/media/webrtc/tab_capture_access_handler.cc
@@ -20,6 +20,7 @@ TabCaptureAccessHandler::~TabCaptureAccessHandler() {
}
bool TabCaptureAccessHandler::SupportsStreamType(
+ content::WebContents* web_contents,
const content::MediaStreamType type,
const extensions::Extension* extension) {
return type == content::MEDIA_TAB_VIDEO_CAPTURE ||
« no previous file with comments | « chrome/browser/media/webrtc/tab_capture_access_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698