| Index: content/browser/renderer_host/ime_adapter_android.cc
|
| diff --git a/content/browser/renderer_host/ime_adapter_android.cc b/content/browser/renderer_host/ime_adapter_android.cc
|
| index 6948868540f4e21c079699f5164661c144a79996..92b3346747006bb3ccefa7a4477b55df70496d7a 100644
|
| --- a/content/browser/renderer_host/ime_adapter_android.cc
|
| +++ b/content/browser/renderer_host/ime_adapter_android.cc
|
| @@ -328,18 +328,6 @@
|
| return true;
|
| }
|
|
|
| -void ImeAdapterAndroid::RequestCursorUpdate(
|
| - JNIEnv* env,
|
| - const base::android::JavaParamRef<jobject>& obj,
|
| - bool immediate_request,
|
| - bool monitor_request) {
|
| - RenderWidgetHostImpl* rwhi = GetRenderWidgetHostImpl();
|
| - if (!rwhi)
|
| - return;
|
| - rwhi->Send(new InputMsg_RequestCompositionUpdate(
|
| - rwhi->GetRoutingID(), immediate_request, monitor_request));
|
| -}
|
| -
|
| bool ImeAdapterAndroid::IsImeThreadEnabled(
|
| JNIEnv* env,
|
| const base::android::JavaParamRef<jobject>&) {
|
|
|