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

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: rebase 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 8bbc8df797f0d402386f096c4c187d93a47ed680..7eaebc3a2c137bd3530c78be35a8492b022a7417 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
@@ -1240,7 +1240,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