| 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 20c85c819ea3715346cd9ad650d5201e2ebb4af3..727c1ce120c787a8e89b70021f30e52fec6c1ebb 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.h
|
| +++ b/chrome/browser/ui/extensions/shell_window.h
|
| @@ -110,6 +110,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,
|
|
|