| Index: chrome/browser/ui/extensions/shell_window.h
|
| diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h
|
| index 6b38fefd91e620407ee78629995ddccb12bb600d..cfd2e1b294cf131a4e37bc76b381c8456d34377d 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.h
|
| +++ b/chrome/browser/ui/extensions/shell_window.h
|
| @@ -114,6 +114,10 @@ class ShellWindow : public content::NotificationObserver,
|
| bool enter_fullscreen) OVERRIDE;
|
| virtual bool IsFullscreenForTabOrPending(
|
| const content::WebContents* source) const OVERRIDE;
|
| + virtual void RequestMediaAccessPermission(
|
| + content::WebContents* web_contents,
|
| + const content::MediaStreamRequest* request,
|
| + const content::MediaResponseCallback& callback) OVERRIDE;
|
|
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
|
|