Index: extensions/browser/extension_host.h |
diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h |
index 24bd9ba1a1c975412afc59a697a73f1e417f09f0..548e8f8e62fb01cb3d1b154ba8d20f0911bc1f1b 100644 |
--- a/extensions/browser/extension_host.h |
+++ b/extensions/browser/extension_host.h |
@@ -101,6 +101,10 @@ class ExtensionHost : public content::WebContentsDelegate, |
content::WebContents* web_contents, |
const content::MediaStreamRequest& request, |
const content::MediaResponseCallback& callback) OVERRIDE; |
+ virtual bool CheckMediaAccessPermission( |
+ content::WebContents* web_contents, |
+ const GURL& security_origin, |
+ content::MediaStreamType type) OVERRIDE; |
virtual bool IsNeverVisible(content::WebContents* web_contents) OVERRIDE; |
// content::NotificationObserver |