| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 086071421ca639438bd0ad00f1a63033d25384a0..e321e5d1324a306c5c9797713672d6fe5851ba1f 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,
|
|
|