| Index: athena/extensions/chrome/athena_app_delegate.h
|
| diff --git a/athena/extensions/chrome/athena_app_delegate.h b/athena/extensions/chrome/athena_app_delegate.h
|
| index 0c41a7bed583490e06fd383e45d6e8f325238827..90d04966e95dad7b7f3deae21e27b0c8cbebf833 100644
|
| --- a/athena/extensions/chrome/athena_app_delegate.h
|
| +++ b/athena/extensions/chrome/athena_app_delegate.h
|
| @@ -45,6 +45,11 @@ class AthenaAppDelegate : public extensions::AppDelegate {
|
| const content::MediaStreamRequest& request,
|
| const content::MediaResponseCallback& callback,
|
| const extensions::Extension* extension) OVERRIDE;
|
| + virtual bool CheckMediaAccessPermission(
|
| + content::WebContents* web_contents,
|
| + const GURL& security_origin,
|
| + content::MediaStreamType type,
|
| + const extensions::Extension* extension) OVERRIDE;
|
| virtual int PreferredIconSize() OVERRIDE;
|
| virtual gfx::ImageSkia GetAppDefaultIcon() OVERRIDE;
|
| virtual void SetWebContentsBlocked(content::WebContents* web_contents,
|
|
|