diff options
Diffstat (limited to 'chrome/test/automation/automation_proxy.h')
-rw-r--r-- | chrome/test/automation/automation_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h index b1cec94..11bf615 100644 --- a/chrome/test/automation/automation_proxy.h +++ b/chrome/test/automation/automation_proxy.h @@ -194,7 +194,7 @@ class AutomationProxy : public IPC::Channel::Listener, // that can be reparented in another process. scoped_refptr<TabProxy> CreateExternalTab(HWND parent, const gfx::Rect& dimensions, unsigned int style, bool incognito, - HWND* external_tab_container); + HWND* external_tab_container, HWND* tab); #endif // defined(OS_WIN) int command_execution_timeout_ms() const { |