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

Unified Diff: content/common/browser_plugin/browser_plugin_messages.h

Issue 1999423002: tyrbot test for commitText (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SetHasCompositionTextToTrue 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/browser_plugin/browser_plugin_messages.h
diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h
index 4161dafa06c1c651f1f30001fcb9568dfbc3bfe3..ada018389902df91652d2a852c7afd1ecd62139a 100644
--- a/content/common/browser_plugin/browser_plugin_messages.h
+++ b/content/common/browser_plugin/browser_plugin_messages.h
@@ -73,10 +73,15 @@ IPC_MESSAGE_CONTROL5(
int /* selection_end */)
// This message is sent from BrowserPlugin to BrowserPluginGuest to notify that
-// confirming the current composition is requested.
-IPC_MESSAGE_CONTROL3(BrowserPluginHostMsg_ImeConfirmComposition,
+// deleting the current composition and inserting specified text is requested.
+IPC_MESSAGE_CONTROL3(BrowserPluginHostMsg_ImeCommitText,
int /* browser_plugin_instance_id */,
std::string /* text */,
+ int /* relative_cursor_pos */)
+
+// This message is sent from BrowserPlugin to BrowserPluginGuest to notify that
+// inserting the current composition is requested.
+IPC_MESSAGE_CONTROL1(BrowserPluginHostMsg_ImeFinishComposingText,
bool /* keep selection */)
// Deletes the current selection plus the specified number of characters before
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mac_unittest.mm ('k') | content/common/input_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698