| Index: chrome/browser/ui/ash/system_tray_client.cc
|
| diff --git a/chrome/browser/ui/ash/system_tray_client.cc b/chrome/browser/ui/ash/system_tray_client.cc
|
| index 68f796b041795a7b4c6d5f08437c74521a0c0491..d817fe1fa1d3d141bfd5b9738e1626179262b8db 100644
|
| --- a/chrome/browser/ui/ash/system_tray_client.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_client.cc
|
| @@ -75,9 +75,9 @@ void SystemTrayClient::ConnectToSystemTray() {
|
| // Under mash the SystemTray interface is in the ash process. In classic ash
|
| // we provide it to ourself.
|
| if (chrome::IsRunningInMash())
|
| - connector->ConnectToInterface("mojo:ash", &system_tray_);
|
| + connector->ConnectToInterface("service:ash", &system_tray_);
|
| else
|
| - connector->ConnectToInterface("exe:content_browser", &system_tray_);
|
| + connector->ConnectToInterface("service:content_browser", &system_tray_);
|
|
|
| // Tolerate ash crashing and coming back up.
|
| system_tray_.set_connection_error_handler(base::Bind(
|
|
|