summaryrefslogtreecommitdiffstats
path: root/apps/custom_launcher_page_contents.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/custom_launcher_page_contents.h')
-rw-r--r--apps/custom_launcher_page_contents.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/custom_launcher_page_contents.h b/apps/custom_launcher_page_contents.h
index 36e7f79..eaa7673 100644
--- a/apps/custom_launcher_page_contents.h
+++ b/apps/custom_launcher_page_contents.h
@@ -71,6 +71,10 @@ class CustomLauncherPageContents
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;
private:
// content::WebContentsObserver overrides: