| 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 0ddd402aafd7b4d0a282a40377212e189d3a6984..28512bf0656c0366d6e34f01b836d766d56da816 100644
|
| --- a/content/common/browser_plugin/browser_plugin_messages.h
|
| +++ b/content/common/browser_plugin/browser_plugin_messages.h
|
| @@ -89,7 +89,8 @@ IPC_MESSAGE_CONTROL5(
|
|
|
| // This message is sent from BrowserPlugin to BrowserPluginGuest to notify that
|
| // inserting the current composition is requested.
|
| -IPC_MESSAGE_CONTROL1(BrowserPluginHostMsg_ImeFinishComposingText,
|
| +IPC_MESSAGE_CONTROL2(BrowserPluginHostMsg_ImeFinishComposingText,
|
| + int /* browser_plugin_instance_id */,
|
| bool /* keep selection */)
|
|
|
| // Deletes the current selection plus the specified number of characters before
|
|
|