| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 342fbf43b45a0706061dc61f7168d6efa8125f54..dbf0132790a8763fe497c2262c66c67c99c4728f 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -647,6 +647,10 @@ class Browser : public TabStripModelObserver,
|
| content::WebContents* web_contents,
|
| const content::MediaStreamRequest& request,
|
| const content::MediaResponseCallback& callback) OVERRIDE;
|
| + virtual void AllowMicAccessBasedOnPolicyAndAppPermissions(
|
| + WebContents* web_contents,
|
| + const GURL& security_origin,
|
| + const MediaAccessResponseCallback& callback) OVERRIDE;
|
| virtual bool RequestPpapiBrokerPermission(
|
| content::WebContents* web_contents,
|
| const GURL& url,
|
|
|