| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 086071421ca639438bd0ad00f1a63033d25384a0..203e7fe2433fa08640a272f7a4392cf5f3ed2521 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -687,6 +687,8 @@ class Browser : public TabStripModelObserver,
|
| bool CheckMediaAccessPermission(content::WebContents* web_contents,
|
| const GURL& security_origin,
|
| content::MediaStreamType type) override;
|
| + std::string GetDefaultMediaDeviceId(content::WebContents* web_contents,
|
| + content::MediaStreamType type) override;
|
| bool RequestPpapiBrokerPermission(
|
| content::WebContents* web_contents,
|
| const GURL& url,
|
|
|