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

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

Issue 2059963002: Mustash implementation of ChromeLauncherController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@launcher_controller_mus_5
Patch Set: Created 4 years, 6 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/ash_init.cc
diff --git a/chrome/browser/ui/ash/ash_init.cc b/chrome/browser/ui/ash/ash_init.cc
index 0ceb1aa4dc7a582ca5e223c940910e2cdac51dcd..4864ac4a2114a7f62cbebcad0e88c812d65ee63d 100644
--- a/chrome/browser/ui/ash/ash_init.cc
+++ b/chrome/browser/ui/ash/ash_init.cc
@@ -39,6 +39,7 @@
#endif
#if defined(MOJO_SHELL_CLIENT)
+#include "chrome/browser/ui/ash/launcher/chrome_launcher_controller_mus.h"
#include "chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.h"
#endif
@@ -102,6 +103,7 @@ void InitializeMash() {
#if defined(MOJO_SHELL_CLIENT)
DCHECK(!ash::Shell::HasInstance());
ChromeMashShelfController::CreateInstance();
+ ChromeLauncherControllerMus::CreateInstance();
#endif
}

Powered by Google App Engine
This is Rietveld 408576698