| 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 5e012e29fa14d8bdd675b78e41dd281e2d8c6bed..c40d65494136f3c0df0a96e3da7d56b989a87ff3 100644
|
| --- a/content/browser/android/content_view_core_impl.cc
|
| +++ b/content/browser/android/content_view_core_impl.cc
|
| @@ -1150,13 +1150,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,
|
|
|