| Index: apps/custom_launcher_page_contents.h
|
| diff --git a/apps/custom_launcher_page_contents.h b/apps/custom_launcher_page_contents.h
|
| index 36e7f79f7114ec6d143c70efae64303b868dabf2..eaa7673a56144a106171b5c97dad178ac6da4ec9 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:
|
|
|