| Index: content/browser/renderer_host/ime_adapter_android.h
|
| diff --git a/content/browser/renderer_host/ime_adapter_android.h b/content/browser/renderer_host/ime_adapter_android.h
|
| index ea88d543080254c4a2956a1072cb1cf3d1c8afaa..1f559c6ca772e7d70839f631d87d9f115d9aabd8 100644
|
| --- a/content/browser/renderer_host/ime_adapter_android.h
|
| +++ b/content/browser/renderer_host/ime_adapter_android.h
|
| @@ -78,8 +78,6 @@
|
| int before,
|
| int after);
|
| void ResetImeAdapter(JNIEnv*, const base::android::JavaParamRef<jobject>&);
|
| - void RequestCursorUpdate(JNIEnv*, const base::android::JavaParamRef<jobject>&,
|
| - bool immediateRequest, bool monitorRequest);
|
| bool RequestTextInputStateUpdate(JNIEnv*,
|
| const base::android::JavaParamRef<jobject>&);
|
| bool IsImeThreadEnabled(JNIEnv*, const base::android::JavaParamRef<jobject>&);
|
|
|