Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4363)

Unified Diff: chrome/browser/ui/ash/system_tray_client.cc

Issue 2390013002: Rename mojo: to service: (Closed)
Patch Set: . Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc ('k') | chrome/browser/ui/browser_command_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698