| Index: content/common/input_messages.h
|
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h
|
| index a602eb56840f62b39a524522538045e4ddd49743..bd11e0dc511fa2b48c4185f88e5ed0d1b3f31093 100644
|
| --- a/content/common/input_messages.h
|
| +++ b/content/common/input_messages.h
|
| @@ -260,6 +260,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.
|
|
|