Index: extensions/shell/browser/shell_app_delegate.h |
diff --git a/extensions/shell/browser/shell_app_delegate.h b/extensions/shell/browser/shell_app_delegate.h |
index 6e58e17fc835deb01e711fca793fd7ffd9c2e5bf..b842edb137c012bbf471cf50d13f57770a2b975d 100644 |
--- a/extensions/shell/browser/shell_app_delegate.h |
+++ b/extensions/shell/browser/shell_app_delegate.h |
@@ -40,6 +40,10 @@ class ShellAppDelegate : public AppDelegate { |
const content::MediaStreamRequest& request, |
const content::MediaResponseCallback& callback, |
const Extension* extension) OVERRIDE; |
+ virtual bool CheckMediaAccessPermission(content::WebContents* web_contents, |
+ const GURL& security_origin, |
+ content::MediaStreamType type, |
+ const Extension* extension) OVERRIDE; |
virtual int PreferredIconSize() OVERRIDE; |
virtual gfx::ImageSkia GetAppDefaultIcon() OVERRIDE; |
virtual void SetWebContentsBlocked(content::WebContents* web_contents, |