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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc

Issue 2235493002: mash: Disable ash_sysui; begin removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Connect to chrome on mash session launch; add missing gn dep. Created 4 years, 4 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
« no previous file with comments | « chrome/browser/ui/ash/chrome_wallpaper_manager.cc ('k') | mash/session/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 434a02ecdd845760dc549d5448cf4f96da711eba..8348f9a2d263de18e1809ffe69e53c37b442a762 100644
--- a/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc
@@ -72,7 +72,7 @@ void ChromeMashShelfController::LaunchItem(const std::string& app_id) {
void ChromeMashShelfController::Init() {
shell::Connector* connector =
content::MojoShellConnection::GetForProcess()->GetConnector();
- connector->ConnectToInterface("mojo:ash_sysui", &shelf_controller_);
+ connector->ConnectToInterface("mojo:ash", &shelf_controller_);
// Set shelf alignment and auto-hide behavior from preferences.
Profile* profile = ProfileManager::GetActiveUserProfile();
« no previous file with comments | « chrome/browser/ui/ash/chrome_wallpaper_manager.cc ('k') | mash/session/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698