Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / android / chrome_web_contents_delegate_android.h
index 2b2bef1..e7fdccd 100644 (file)
@@ -59,6 +59,10 @@ class ChromeWebContentsDelegateAndroid
       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 RequestPpapiBrokerPermission(
       content::WebContents* web_contents,
       const GURL& url,