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

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: Cleanup. 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
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_);
msw 2016/08/09 23:31:23 Ditto, this connection is just a placeholder for n
// Set shelf alignment and auto-hide behavior from preferences.
Profile* profile = ProfileManager::GetActiveUserProfile();

Powered by Google App Engine
This is Rietveld 408576698