diff options
Diffstat (limited to 'chrome/test/automation/automation_messages_internal.h')
-rwxr-xr-x | chrome/test/automation/automation_messages_internal.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h index d746202..7e20454 100755 --- a/chrome/test/automation/automation_messages_internal.h +++ b/chrome/test/automation/automation_messages_internal.h @@ -939,5 +939,17 @@ IPC_BEGIN_MESSAGES(Automation) IPC_SYNC_MESSAGE_ROUTED1_1(AutomationMsg_BlockedPopupCount, int /* tab_handle */, int /* blocked_popup_count */) +#if defined(OS_WIN) + IPC_MESSAGE_ROUTED5(AutomationMsg_ForwardContextMenuToExternalHost, + int /* tab_handle */, + HANDLE /* source menu handle */, + int /* the x coordinate for displaying the menu */, + int /* the y coordinate for displaying the menu */, + int /* align flags */) + + IPC_MESSAGE_ROUTED2(AutomationMsg_ForwardContextMenuCommandToChrome, + int /* tab_handle */, + int /* selected_command */) +#endif // OS_WIN IPC_END_MESSAGES(Automation) |