| Index: content/common/input_messages.h
|
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h
|
| index b825f1c8c2969cb64d8975ab3de6fb31da2c003a..375940b25126c3f978808514e6b96518d8130778 100644
|
| --- a/content/common/input_messages.h
|
| +++ b/content/common/input_messages.h
|
| @@ -264,6 +264,9 @@ 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.
|
|
|