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

Unified Diff: content/common/input_messages.h

Issue 2309983002: Allow selection change update before beginBatchEdit (Closed)
Patch Set: polish up a bit Created 4 years, 3 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 a602eb56840f62b39a524522538045e4ddd49743..bd11e0dc511fa2b48c4185f88e5ed0d1b3f31093 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -260,6 +260,9 @@ IPC_MESSAGE_ROUTED0(InputMsg_ImeEventAck)
// Request from browser to update text input state.
IPC_MESSAGE_ROUTED0(InputMsg_RequestTextInputStateUpdate)
+
+IPC_MESSAGE_ROUTED1(InputMsg_ImeBatchEdit,
+ bool /* begin */)
#endif
// Request from browser to update the cursor and composition information.

Powered by Google App Engine
This is Rietveld 408576698