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
|
@ -202,6 +202,10 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
const gfx::Rect& selection_rect,
|
||||
int active_match_ordinal,
|
||||
bool final_update) override;
|
||||
bool CheckMediaAccessPermission(
|
||||
content::WebContents* web_contents,
|
||||
const GURL& security_origin,
|
||||
content::MediaStreamType type) override;
|
||||
void RequestMediaAccessPermission(
|
||||
content::WebContents* web_contents,
|
||||
const content::MediaStreamRequest& request,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue