diff options
Diffstat (limited to 'chrome/common/plugin_messages_internal.h')
-rw-r--r-- | chrome/common/plugin_messages_internal.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/chrome/common/plugin_messages_internal.h b/chrome/common/plugin_messages_internal.h index 54ba2eb..98ed543 100644 --- a/chrome/common/plugin_messages_internal.h +++ b/chrome/common/plugin_messages_internal.h @@ -4,8 +4,8 @@ #include "base/shared_memory.h" #include "build/build_config.h" -#include "gfx/native_widget_types.h" #include "ipc/ipc_message_macros.h" +#include "ui/gfx/native_widget_types.h" #include "webkit/glue/webcursor.h" #if defined(OS_POSIX) @@ -234,7 +234,7 @@ IPC_MESSAGE_ROUTED2(PluginMsg_WindowFrameChanged, gfx::Rect /* window_frame */, gfx::Rect /* view_frame */) -IPC_MESSAGE_ROUTED1(PluginMsg_ImeCompositionConfirmed, +IPC_MESSAGE_ROUTED1(PluginMsg_ImeCompositionCompleted, string16 /* text */) #endif @@ -305,8 +305,8 @@ IPC_MESSAGE_ROUTED1(PluginMsg_SetFakeAcceleratedSurfaceWindowHandle, #endif IPC_MESSAGE_CONTROL3(PluginMsg_ClearSiteData, + std::string, /* site */ uint64, /* flags */ - std::string, /* domain */ base::Time /* begin_time */) @@ -403,8 +403,10 @@ IPC_MESSAGE_CONTROL0(PluginHostMsg_PluginShuttingDown) IPC_MESSAGE_ROUTED1(PluginHostMsg_UpdateGeometry_ACK, int /* ack_key */) -IPC_MESSAGE_ROUTED1(PluginHostMsg_SetImeEnabled, - bool /* enabled */) +IPC_MESSAGE_ROUTED1(PluginHostMsg_FocusChanged, + bool /* focused */) + +IPC_MESSAGE_ROUTED0(PluginHostMsg_StartIme) // This message, used in Mac OS X 10.5 and earlier, is sent from the plug-in // process to the renderer process to indicate that the plug-in allocated a |