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

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

Issue 2889673002: chromeos: Refactor shelf to create ShelfView earlier in startup (Closed)
Patch Set: Move ShelfView to initializer list Created 3 years, 7 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_launcher_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
index 4f5ad157ef8b2a2b937996628f99a30cc8fe874f..5189abc92d59b89b3ec2b6bcb74e095fac9e4143 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
@@ -1248,7 +1248,7 @@ void ChromeLauncherController::ReleaseProfile() {
///////////////////////////////////////////////////////////////////////////////
// ash::mojom::ShelfObserver:
-void ChromeLauncherController::OnShelfCreated(int64_t display_id) {
+void ChromeLauncherController::OnShelfInitialized(int64_t display_id) {
if (!ConnectToShelfController())
return;

Powered by Google App Engine
This is Rietveld 408576698