| 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 af1fb13bb74e94e202b21ce8c7cbb08d70e3baa7..d107135b2231bc84c83c277e42175d69ef1744b1 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -209,6 +209,15 @@ void WebContentsDelegate::RequestMediaDecodePermission(
|
| const base::Callback<void(bool)>& callback) {
|
| callback.Run(false);
|
| }
|
| +
|
| +base::android::ScopedJavaLocalRef<jobject>
|
| +WebContentsDelegate::GetContentVideoViewEmbedder() {
|
| + return base::android::ScopedJavaLocalRef<jobject>();
|
| +}
|
| +
|
| +bool WebContentsDelegate::ShouldBlockMediaRequest(const GURL& url) {
|
| + return false;
|
| +}
|
| #endif
|
|
|
| bool WebContentsDelegate::RequestPpapiBrokerPermission(
|
|
|