| Index: chrome/test/automation/automation_proxy.cc
|
| ===================================================================
|
| --- chrome/test/automation/automation_proxy.cc (revision 30202)
|
| +++ chrome/test/automation/automation_proxy.cc (working copy)
|
| @@ -485,10 +485,8 @@
|
| }
|
| }
|
|
|
| -bool AutomationProxy::OpenNewBrowserWindow(BrowserProxy::Type type,
|
| - bool show) {
|
| - return Send(new AutomationMsg_OpenNewBrowserWindow(0, static_cast<int>(type),
|
| - show));
|
| +bool AutomationProxy::OpenNewBrowserWindow(bool show) {
|
| + return Send(new AutomationMsg_OpenNewBrowserWindow(0, show));
|
| }
|
|
|
| scoped_refptr<TabProxy> AutomationProxy::CreateExternalTab(
|
|
|