| 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);
|
|
|
|
|