| Index: ash/mus/window_manager_application.cc
|
| diff --git a/ash/mus/window_manager_application.cc b/ash/mus/window_manager_application.cc
|
| index 495162e5f822f03a26ff9eb60a136b76befe2e0b..282d65f4c6e1ec98c17ff3927084ff3ff63ef983 100644
|
| --- a/ash/mus/window_manager_application.cc
|
| +++ b/ash/mus/window_manager_application.cc
|
| @@ -187,7 +187,7 @@ bool WindowManagerApplication::OnConnect(const shell::Identity& remote_identity,
|
| registry->AddInterface<mojom::ShelfController>(this);
|
| registry->AddInterface<mojom::WallpaperController>(this);
|
| registry->AddInterface<ui::mojom::AcceleratorRegistrar>(this);
|
| - if (remote_identity.name() == "mojo:mash_session") {
|
| + if (remote_identity.name() == "service:mash_session") {
|
| connector()->ConnectToInterface(remote_identity, &session_);
|
| session_->AddScreenlockStateListener(
|
| screenlock_state_listener_binding_.CreateInterfacePtrAndBind());
|
|
|