Index: content/common/input_messages.h |
diff --git a/content/common/input_messages.h b/content/common/input_messages.h |
index ed0f5f25218c4ce0d4a2851cc8941b461e15bf6f..2bd74bec47042345e5003cc074e53a709be1f509 100644 |
--- a/content/common/input_messages.h |
+++ b/content/common/input_messages.h |
@@ -247,6 +247,11 @@ 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) |
+ |
+// Request from browser to disable IME thread. |
+IPC_MESSAGE_ROUTED0(InputMsg_DisableImeThread) |
#endif |
IPC_MESSAGE_ROUTED0(InputMsg_SyntheticGestureCompleted) |