| 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 c6c2df58e8479b9893ad163e3752236404b47824..03fe121e4072afb4dd2fb65a04992227adc8c295 100644
|
| --- a/chrome/browser/ui/browser_command_controller.cc
|
| +++ b/chrome/browser/ui/browser_command_controller.cc
|
| @@ -633,7 +633,7 @@ void BrowserCommandController::ExecuteCommandWithDisposition(
|
| shell::Connector* connector =
|
| content::MojoShellConnection::GetForProcess()->GetConnector();
|
| mash::mojom::LaunchablePtr launchable;
|
| - connector->ConnectToInterface("mojo:touch_hud", &launchable);
|
| + connector->ConnectToInterface("service:touch_hud", &launchable);
|
| launchable->Launch(mash::mojom::kWindow,
|
| mash::mojom::LaunchMode::DEFAULT);
|
| } else {
|
|
|