browser: allow enumeration of media device labels
This commit is contained in:
parent
a21e095a59
commit
fce641aab6
3 changed files with 25 additions and 0 deletions
|
@ -463,6 +463,13 @@ void WebContents::FindReply(content::WebContents* web_contents,
|
|||
}
|
||||
}
|
||||
|
||||
bool WebContents::CheckMediaAccessPermission(
|
||||
content::WebContents* web_contents,
|
||||
const GURL& security_origin,
|
||||
content::MediaStreamType type) {
|
||||
return true;
|
||||
}
|
||||
|
||||
void WebContents::RequestMediaAccessPermission(
|
||||
content::WebContents* web_contents,
|
||||
const content::MediaStreamRequest& request,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue