| Index: content/common/input_messages.h
|
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h
|
| index c7920567f651f68e7be0e9899537268574204fb8..4c68ae82eb3fc4df3abc4198a3e7d84b0bf897b5 100644
|
| --- a/content/common/input_messages.h
|
| +++ b/content/common/input_messages.h
|
| @@ -258,9 +258,6 @@ IPC_MESSAGE_ROUTED0(InputMsg_ImeEventAck)
|
|
|
| // Request from browser to update text input state.
|
| IPC_MESSAGE_ROUTED0(InputMsg_RequestTextInputStateUpdate)
|
| -
|
| -IPC_MESSAGE_ROUTED1(InputMsg_ImeBatchEdit,
|
| - bool /* begin */)
|
| #endif
|
|
|
| // Request from browser to update the cursor and composition information.
|
|
|