| Index: content/browser/web_contents/web_contents_android.cc | 
| diff --git a/content/browser/web_contents/web_contents_android.cc b/content/browser/web_contents/web_contents_android.cc | 
| index c373a2060f6f4e442b9338f7d189acc35f3e9c48..8b225a63dcd6ce8537d6b40294c2f69a316b533d 100644 | 
| --- a/content/browser/web_contents/web_contents_android.cc | 
| +++ b/content/browser/web_contents/web_contents_android.cc | 
| @@ -719,6 +719,13 @@ void WebContentsAndroid::DismissTextHandles( | 
| view->DismissTextHandles(); | 
| } | 
|  | 
| +void WebContentsAndroid::SetHasPersistentVideo( | 
| +    JNIEnv* env, | 
| +    const base::android::JavaParamRef<jobject>& obj, | 
| +    jboolean value) { | 
| +  web_contents_->SetHasPersistentVideo(value); | 
| +} | 
| + | 
| void WebContentsAndroid::OnFinishGetContentBitmap( | 
| const JavaRef<jobject>& obj, | 
| const JavaRef<jobject>& callback, | 
|  |