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

Unified Diff: chrome/browser/media/public_session_tab_capture_access_handler.h

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
Index: chrome/browser/media/public_session_tab_capture_access_handler.h
diff --git a/chrome/browser/media/public_session_tab_capture_access_handler.h b/chrome/browser/media/public_session_tab_capture_access_handler.h
index 08446fcce02b17a70e5fab6bb9bb3ba6641d26d5..9cf78b0c659fe830b830450c4171cbbabbf97b55 100644
--- a/chrome/browser/media/public_session_tab_capture_access_handler.h
+++ b/chrome/browser/media/public_session_tab_capture_access_handler.h
@@ -30,7 +30,8 @@ class PublicSessionTabCaptureAccessHandler : public CaptureAccessHandlerBase {
~PublicSessionTabCaptureAccessHandler() override;
// MediaAccessHandler implementation.
- bool SupportsStreamType(const content::MediaStreamType type,
+ bool SupportsStreamType(content::WebContents* web_contents,
+ const content::MediaStreamType type,
const extensions::Extension* extension) override;
bool CheckMediaAccessPermission(
content::WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698