| Index: ash/shelf/shelf.cc
|
| diff --git a/ash/shelf/shelf.cc b/ash/shelf/shelf.cc
|
| index 90d4912b2d6805f76d45a680b6ce71325c177565..c279ca6c83fcb86089aa880c8a7abed1039e0a22 100644
|
| --- a/ash/shelf/shelf.cc
|
| +++ b/ash/shelf/shelf.cc
|
| @@ -319,6 +319,10 @@ ShelfView* Shelf::GetShelfViewForTesting() {
|
| return shelf_widget_->shelf_view_for_testing();
|
| }
|
|
|
| +void Shelf::OnAppListIsActive(bool is_active) {
|
| + shelf_layout_manager()->OnAppListIsActive(is_active);
|
| +}
|
| +
|
| void Shelf::WillDeleteShelfLayoutManager() {
|
| if (Shell::GetAshConfig() == Config::MASH) {
|
| // TODO(sky): this should be removed once Shell is used everywhere.
|
|
|