| 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 7854c3e44ecb2dd4432142a395239ddef0b483d0..ee26b1b3f19c188d4ccf6adfd174d381ee8ba6ec 100644
|
| --- a/content/browser/android/content_view_core_impl.cc
|
| +++ b/content/browser/android/content_view_core_impl.cc
|
| @@ -402,13 +402,6 @@ jint ContentViewCoreImpl::GetBackgroundColor(JNIEnv* env, jobject obj) {
|
| return rwhva->GetCachedBackgroundColor();
|
| }
|
|
|
| -void ContentViewCoreImpl::PauseOrResumeGeolocation(bool should_pause) {
|
| - if (should_pause)
|
| - web_contents_->GetGeolocationServiceContext()->PauseUpdates();
|
| - else
|
| - web_contents_->GetGeolocationServiceContext()->ResumeUpdates();
|
| -}
|
| -
|
| // All positions and sizes are in CSS pixels.
|
| // Note that viewport_width/height is a best effort based.
|
| // ContentViewCore has the actual information about the physical viewport size.
|
|
|