summaryrefslogtreecommitdiffstats
path: root/mash/browser_driver/browser_driver_application_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mash/browser_driver/browser_driver_application_delegate.cc')
-rw-r--r--mash/browser_driver/browser_driver_application_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mash/browser_driver/browser_driver_application_delegate.cc b/mash/browser_driver/browser_driver_application_delegate.cc
index 4765719..98ac6482 100644
--- a/mash/browser_driver/browser_driver_application_delegate.cc
+++ b/mash/browser_driver/browser_driver_application_delegate.cc
@@ -68,7 +68,7 @@ void BrowserDriverApplicationDelegate::OnAccelerator(
case Accelerator::NewWindow:
case Accelerator::NewTab:
case Accelerator::NewIncognitoWindow:
- shell_->ConnectToApplication("exe:chrome");
+ shell_->Connect("exe:chrome");
// TODO(beng): have Chrome export a service that allows it to be driven by
// this driver, e.g. to open new tabs, incognito windows, etc.
break;