| Index: ash/shelf/shelf.h
|
| diff --git a/ash/shelf/shelf.h b/ash/shelf/shelf.h
|
| index 9467a37253d3e58d5f96a129dbeb9f17fc686e29..1307807dbdc0225fc46750f3cf2f7e8f1283953f 100644
|
| --- a/ash/shelf/shelf.h
|
| +++ b/ash/shelf/shelf.h
|
| @@ -134,6 +134,9 @@ class ASH_EXPORT Shelf : public ShelfLayoutManagerObserver {
|
| ShelfLockingManager* GetShelfLockingManagerForTesting();
|
| ShelfView* GetShelfViewForTesting();
|
|
|
| + // Called when the app list is active.
|
| + void OnAppListIsActive(bool is_active);
|
| +
|
| protected:
|
| // ShelfLayoutManagerObserver:
|
| void WillDeleteShelfLayoutManager() override;
|
|
|