| 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 1621811f02ca365b4ebdc79b9302b5afc66e170e..2e109e8589aac31171ba2efee58bd109511d85cd 100644
|
| --- a/content/browser/renderer_host/ime_adapter_android.h
|
| +++ b/content/browser/renderer_host/ime_adapter_android.h
|
| @@ -54,11 +54,6 @@ class ImeAdapterAndroid {
|
| void SetEditableSelectionOffsets(JNIEnv*, jobject, int start, int end);
|
| void SetComposingRegion(JNIEnv*, jobject, int start, int end);
|
| void DeleteSurroundingText(JNIEnv*, jobject, int before, int after);
|
| - void Unselect(JNIEnv*, jobject);
|
| - void SelectAll(JNIEnv*, jobject);
|
| - void Cut(JNIEnv*, jobject);
|
| - void Copy(JNIEnv*, jobject);
|
| - void Paste(JNIEnv*, jobject);
|
| void ResetImeAdapter(JNIEnv*, jobject);
|
|
|
| // Called from native -> java
|
|
|