| Index: content/browser/android/content_view_core_impl.cc
|
| diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc
|
| index af52f3513fc587dc16a4fc6571a976e2cae2f6db..1b649db5e54b6ce8c89faace8a539927d229cac6 100644
|
| --- a/content/browser/android/content_view_core_impl.cc
|
| +++ b/content/browser/android/content_view_core_impl.cc
|
| @@ -356,13 +356,6 @@ jint ContentViewCoreImpl::GetBackgroundColor(JNIEnv* env, jobject obj) {
|
| return rwhva->GetCachedBackgroundColor();
|
| }
|
|
|
| -void ContentViewCoreImpl::PauseVideo() {
|
| - RenderViewHostImpl* rvhi = static_cast<RenderViewHostImpl*>(
|
| - web_contents_->GetRenderViewHost());
|
| - if (rvhi)
|
| - rvhi->media_web_contents_observer()->PauseVideo();
|
| -}
|
| -
|
| void ContentViewCoreImpl::PauseOrResumeGeolocation(bool should_pause) {
|
| web_contents_->geolocation_dispatcher_host()->PauseOrResume(should_pause);
|
| }
|
|
|