| 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 de80ed0fb0c2bfd874b31b4f2841384a5c3a6560..5c36caa1369d556994634d6cb4d0375292b1d513 100644
|
| --- a/content/common/browser_plugin/browser_plugin_messages.h
|
| +++ b/content/common/browser_plugin/browser_plugin_messages.h
|
| @@ -15,6 +15,7 @@
|
| #include "content/common/browser_plugin/browser_plugin_message_enums.h"
|
| #include "content/common/content_export.h"
|
| #include "content/common/content_param_traits.h"
|
| +#include "content/common/edit_command.h"
|
| #include "content/public/common/common_param_traits.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ipc/ipc_message_macros.h"
|
| @@ -152,6 +153,11 @@ IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_ExecuteEditCommand,
|
| int /* instance_id */,
|
| std::string /* command */)
|
|
|
| +// This message must be sent just before sending a key event.
|
| +IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetEditCommandsForNextKeyEvent,
|
| + int /* instance_id */,
|
| + std::vector<content::EditCommand> /* edit_commands */)
|
| +
|
| // This message is sent to the browser process to enable or disable autosize
|
| // mode.
|
| IPC_MESSAGE_ROUTED3(
|
|
|