| 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 d424789e1e996ffea1541dfae1847f0acafc2361..3b542b8f99dfa358bf68f6a8055ab92f356228e3 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -200,12 +200,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(
|
|
|