| Index: mash/browser_driver/browser_driver_application_delegate.cc
|
| diff --git a/mash/browser_driver/browser_driver_application_delegate.cc b/mash/browser_driver/browser_driver_application_delegate.cc
|
| index 438477f8bb5f0cb7af07e1794cff74e2a30fedb8..7e1b0cfcef5c4b9739e4bc83a90e06a55463e43d 100644
|
| --- a/mash/browser_driver/browser_driver_application_delegate.cc
|
| +++ b/mash/browser_driver/browser_driver_application_delegate.cc
|
| @@ -66,7 +66,7 @@ void BrowserDriverApplicationDelegate::OnAccelerator(
|
| case Accelerator::NewWindow:
|
| case Accelerator::NewTab:
|
| case Accelerator::NewIncognitoWindow:
|
| - app_->ConnectToApplication("exe:chrome");
|
| + app_->ConnectToApplication("mojo:task_viewer");
|
| // 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;
|
| @@ -80,7 +80,7 @@ void BrowserDriverApplicationDelegate::AddAccelerators() {
|
| // TODO(beng): find some other way to get the window manager. I don't like
|
| // having to specify it by URL because it may differ per display.
|
| mus::mojom::AcceleratorRegistrarPtr registrar;
|
| - app_->ConnectToService("mojo:desktop_wm", ®istrar);
|
| + app_->ConnectToService("mojo:ash_wm", ®istrar);
|
|
|
| if (binding_.is_bound())
|
| binding_.Unbind();
|
|
|