Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: content/common/input_messages.h

Issue 1278593004: Introduce ThreadedInputConnection behind a switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed ImeTest#testDoesNotHang_rendererCrashes which does not test anything Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/input_messages.h
diff --git a/content/common/input_messages.h b/content/common/input_messages.h
index ed0f5f25218c4ce0d4a2851cc8941b461e15bf6f..cef55684107796a410f8066afe9b30bdfeeb3143 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -247,6 +247,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)

Powered by Google App Engine
This is Rietveld 408576698