Chromium Code Reviews| 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(); |