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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.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/launcher/chrome_mash_shelf_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc b/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
index b3a8d26e93ac4f1844c860f2353ffe35c7f204ab..b9835c4b2b92c11df354b82b5a40d02dca58b8b6 100644
--- a/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
@@ -71,7 +71,7 @@ void ChromeMashShelfController::LaunchItem(const std::string& app_id) {
void ChromeMashShelfController::Init() {
shell::Connector* connector =
content::MojoShellConnection::GetForProcess()->GetConnector();
- connector->ConnectToInterface("mojo:ash", &shelf_controller_);
+ connector->ConnectToInterface("service:ash", &shelf_controller_);
// Initialize shelf alignment and auto-hide behavior from preferences.
for (const auto& display : display::Screen::GetScreen()->GetAllDisplays())
« no previous file with comments | « chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc ('k') | chrome/browser/ui/ash/system_tray_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698