| Index: chrome/browser/ui/media_utils.h
|
| diff --git a/chrome/browser/ui/media_utils.h b/chrome/browser/ui/media_utils.h
|
| index 5db46e6ffb3c96f0e84617e9301d099e1dec39d4..a58b23e17b13d88a46b499aab57fe6fdc73fec39 100644
|
| --- a/chrome/browser/ui/media_utils.h
|
| +++ b/chrome/browser/ui/media_utils.h
|
| @@ -25,4 +25,7 @@ bool CheckMediaAccessPermission(content::WebContents* web_contents,
|
| const GURL& security_origin,
|
| content::MediaStreamType type);
|
|
|
| +std::string GetDefaultMediaDeviceId(content::WebContents* web_contents,
|
| + content::MediaStreamType type);
|
| +
|
| #endif // CHROME_BROWSER_UI_MEDIA_UTILS_H_
|
|
|