| Index: content/common/input_messages.h
|
| diff --git a/content/common/input_messages.h b/content/common/input_messages.h
|
| index 85796f715f08de65a205c2730db9efd30cf85600..6c18276d0aa723a5bdb2486c1b5ec22fa4fe1e3b 100644
|
| --- a/content/common/input_messages.h
|
| +++ b/content/common/input_messages.h
|
| @@ -245,6 +245,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)
|
|
|