diff options
Diffstat (limited to 'chrome/common/plugin_messages_internal.h')
-rw-r--r-- | chrome/common/plugin_messages_internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/plugin_messages_internal.h b/chrome/common/plugin_messages_internal.h index f65816c..7c10168 100644 --- a/chrome/common/plugin_messages_internal.h +++ b/chrome/common/plugin_messages_internal.h @@ -225,6 +225,11 @@ IPC_BEGIN_MESSAGES(Plugin) bool /* handled */, WebCursor /* cursor type*/) +#if defined(OS_MACOSX) + IPC_SYNC_MESSAGE_ROUTED1_0(PluginMsg_SetWindowFocus, + bool /* has_focus */) +#endif + IPC_SYNC_MESSAGE_ROUTED2_0(PluginMsg_WillSendRequest, unsigned long /* id */, GURL /* url */) |