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

Unified Diff: content/common/input_messages.h

Issue 2309983002: Allow selection change update before beginBatchEdit (Closed)
Patch Set: fixed a test failure 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
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | content/common/text_input_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/input_messages.h
diff --git a/content/common/input_messages.h b/content/common/input_messages.h
index b825f1c8c2969cb64d8975ab3de6fb31da2c003a..375940b25126c3f978808514e6b96518d8130778 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -264,6 +264,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.
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | content/common/text_input_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698