diff options
Diffstat (limited to 'chrome/test/automation/automation_messages_internal.h')
-rw-r--r-- | chrome/test/automation/automation_messages_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h index 208dba6..bdb0d07 100644 --- a/chrome/test/automation/automation_messages_internal.h +++ b/chrome/test/automation/automation_messages_internal.h @@ -1100,9 +1100,10 @@ IPC_BEGIN_MESSAGES(Automation) IPC::AttachExternalTabParams) // Sent when the automation client connects to an existing tab. - IPC_SYNC_MESSAGE_ROUTED2_3(AutomationMsg_ConnectExternalTab, + IPC_SYNC_MESSAGE_ROUTED3_3(AutomationMsg_ConnectExternalTab, uint64 /* cookie */, bool /* allow/block tab*/, + gfx::NativeWindow /* parent window */, gfx::NativeWindow /* Tab container window */, gfx::NativeWindow /* Tab window */, int /* Handle to the new tab */) |