Index: content/common/input_messages.h |
diff --git a/content/common/input_messages.h b/content/common/input_messages.h |
index 2a063dd117417c331431f3fc1d8d0d42c83094f0..33a34d44723a886fe0e972785f12da2707f9e1e4 100644 |
--- a/content/common/input_messages.h |
+++ b/content/common/input_messages.h |
@@ -239,6 +239,9 @@ IPC_MESSAGE_ROUTED3(InputMsg_ActivateNearestFindResult, |
int /* request_id */, |
float /* x */, |
float /* y */) |
+ |
+// Request from browser to update text input state. |
+IPC_MESSAGE_ROUTED0(InputMsg_RequestTextInputStateUpdate) |
#endif |
IPC_MESSAGE_ROUTED0(InputMsg_SyntheticGestureCompleted) |