| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index 2f30db9a28ebc4216d89df1d6be0f099fa5bbc0b..b267e0cad7b1f07a501784bc4b88dcf272878a49 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -201,12 +201,6 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| jfloat x,
|
| jfloat y,
|
| jfloat delta);
|
| - void SelectBetweenCoordinates(JNIEnv* env,
|
| - const base::android::JavaParamRef<jobject>& obj,
|
| - jfloat x1,
|
| - jfloat y1,
|
| - jfloat x2,
|
| - jfloat y2);
|
| void DismissTextHandles(JNIEnv* env,
|
| const base::android::JavaParamRef<jobject>& obj);
|
| void SetTextHandlesTemporarilyHidden(
|
|
|