Chromium Code Reviews| Index: ash/shelf/shelf.h |
| diff --git a/ash/shelf/shelf.h b/ash/shelf/shelf.h |
| index e9bfc15e76902c4f8e68f24e81e76fcdedda7c6d..5a6678866844194fc5b9f2050830f845cb9497ea 100644 |
| --- a/ash/shelf/shelf.h |
| +++ b/ash/shelf/shelf.h |
| @@ -138,6 +138,9 @@ class ASH_EXPORT Shelf : public ShelfLayoutManagerObserver { |
| ShelfLockingManager* GetShelfLockingManagerForTesting(); |
| ShelfView* GetShelfViewForTesting(); |
| + // Called when the app list is active. |
|
vadimt
2017/05/30 23:52:08
Actually when the active status changes.
newcomer
2017/06/01 01:42:54
Done.
|
| + void OnAppListIsActive(bool is_active); |
| + |
| protected: |
| // ShelfLayoutManagerObserver: |
| void WillDeleteShelfLayoutManager() override; |