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

Unified Diff: ash/shelf/shelf_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: ash/shelf/shelf_controller.h
diff --git a/ash/shelf/shelf_controller.h b/ash/shelf/shelf_controller.h
index c730345809426e9859e04c076a3173aa576bb923..acfed138b2ce0b4d1efb3457304f6d31c4896774 100644
--- a/ash/shelf/shelf_controller.h
+++ b/ash/shelf/shelf_controller.h
@@ -32,7 +32,7 @@ class ShelfController : public mojom::ShelfController {
ShelfModel* model() { return &model_; }
// Functions used to notify mojom::ShelfObserver instances of changes.
- void NotifyShelfCreated(WmShelf* shelf);
+ void NotifyShelfInitialized(WmShelf* shelf);
void NotifyShelfAlignmentChanged(WmShelf* shelf);
void NotifyShelfAutoHideBehaviorChanged(WmShelf* shelf);

Powered by Google App Engine
This is Rietveld 408576698