Index: content/public/browser/web_contents_delegate.cc |
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc |
index 0028339ab638088d8d909e2b1ac17f88415cfb7e..99a95e462f7838dd16ad6b995f079b2a8e6ac4bb 100644 |
--- a/content/public/browser/web_contents_delegate.cc |
+++ b/content/public/browser/web_contents_delegate.cc |
@@ -169,6 +169,13 @@ void WebContentsDelegate::RequestMediaAccessPermission( |
scoped_ptr<MediaStreamUI>()); |
} |
+void WebContentsDelegate::AllowMicAccessBasedOnPolicyAndAppPermissions( |
+ WebContents* web_contents, |
+ const GURL& security_origin, |
+ const MediaAccessResponseCallback& callback) { |
+ callback.Run(false); |
+} |
+ |
bool WebContentsDelegate::RequestPpapiBrokerPermission( |
WebContents* web_contents, |
const GURL& url, |