| Index: content/common/input_messages.h
|
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h
|
| index 7f05b9f9d7600da7bd300905bdc0c0388fcd7d4a..4a72401421d059dd41d1989a4da174c647bcceda 100644
|
| --- a/content/common/input_messages.h
|
| +++ b/content/common/input_messages.h
|
| @@ -243,6 +243,8 @@ IPC_MESSAGE_ROUTED3(InputMsg_ActivateNearestFindResult,
|
| // otherwise a race condition can happen.
|
| IPC_MESSAGE_ROUTED0(InputMsg_ImeEventAck)
|
|
|
| +// Request from browser to update text input state.
|
| +IPC_MESSAGE_ROUTED0(InputMsg_RequestTextInputStateUpdate)
|
| #endif
|
|
|
| IPC_MESSAGE_ROUTED0(InputMsg_SyntheticGestureCompleted)
|
|
|