| Index: chrome/browser/ui/browser_command_controller.cc
|
| diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc
|
| index de78ca87aac8f2a34e14dc71967bad74f86d5c52..0d947e9a4f24cf96a056d565a89e227d60a8f26f 100644
|
| --- a/chrome/browser/ui/browser_command_controller.cc
|
| +++ b/chrome/browser/ui/browser_command_controller.cc
|
| @@ -633,7 +633,7 @@ void BrowserCommandController::ExecuteCommandWithDisposition(
|
| service_manager::Connector* connector =
|
| content::ServiceManagerConnection::GetForProcess()->GetConnector();
|
| mash::mojom::LaunchablePtr launchable;
|
| - connector->ConnectToInterface("touch_hud", &launchable);
|
| + connector->BindInterface("touch_hud", &launchable);
|
| launchable->Launch(mash::mojom::kWindow,
|
| mash::mojom::LaunchMode::DEFAULT);
|
| } else {
|
|
|