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

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

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.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
index 82b7199f20498fa4f9c4d22c15682dfa14ffc177..f322d8798c27fbe6d80c397e4e4bf3213486c79e 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -354,7 +354,7 @@ class ChromeLauncherController
void ReleaseProfile();
// ash::mojom::ShelfObserver:
- void OnShelfCreated(int64_t display_id) override;
+ void OnShelfInitialized(int64_t display_id) override;
void OnAlignmentChanged(ash::ShelfAlignment alignment,
int64_t display_id) override;
void OnAutoHideBehaviorChanged(ash::ShelfAutoHideBehavior auto_hide,

Powered by Google App Engine
This is Rietveld 408576698