| 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 498c94f27bef6cc5259e517eb0240404a91f1d3f..b1e4798792edc8198cb8d2136d57df747ba4dd61 100644
|
| --- a/content/browser/android/content_view_core_impl.cc
|
| +++ b/content/browser/android/content_view_core_impl.cc
|
| @@ -1157,13 +1157,6 @@ void ContentViewCoreImpl::PinchBy(JNIEnv* env,
|
| SendGestureEvent(event);
|
| }
|
|
|
| -void ContentViewCoreImpl::DismissTextHandles(JNIEnv* env,
|
| - const JavaParamRef<jobject>& obj) {
|
| - RenderWidgetHostViewAndroid* rwhv = GetRenderWidgetHostViewAndroid();
|
| - if (rwhv)
|
| - rwhv->DismissTextHandles();
|
| -}
|
| -
|
| void ContentViewCoreImpl::SetTextHandlesTemporarilyHidden(
|
| JNIEnv* env,
|
| const JavaParamRef<jobject>& obj,
|
|
|