diff options
Diffstat (limited to 'chrome/test/automation/automation_proxy.cc')
-rw-r--r-- | chrome/test/automation/automation_proxy.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/automation/automation_proxy.cc b/chrome/test/automation/automation_proxy.cc index c6b1bb9..10dbbfc 100644 --- a/chrome/test/automation/automation_proxy.cc +++ b/chrome/test/automation/automation_proxy.cc @@ -519,12 +519,14 @@ bool AutomationProxy::OpenNewBrowserWindow(bool show) { TabProxy* AutomationProxy::CreateExternalTab(HWND parent, const gfx::Rect& dimensions, unsigned int style, + bool incognito, HWND* external_tab_container) { IPC::Message* response = NULL; int handle = 0; bool succeeded = Send(new AutomationMsg_CreateExternalTab(0, parent, dimensions, style, + incognito, external_tab_container, &handle)); if (!succeeded) { |