| Index: ash/shelf/shelf.h
|
| diff --git a/ash/shelf/shelf.h b/ash/shelf/shelf.h
|
| index af21bc46767b898b04cd986f14720da213d0bb4c..1e4c13c8d6b1faafbcc415a32297eaaabb5730d3 100644
|
| --- a/ash/shelf/shelf.h
|
| +++ b/ash/shelf/shelf.h
|
| @@ -135,6 +135,10 @@ class ASH_EXPORT Shelf : public ShelfLayoutManagerObserver {
|
| ShelfLockingManager* GetShelfLockingManagerForTesting();
|
| ShelfView* GetShelfViewForTesting();
|
|
|
| + // Called when the app list is active in order to restrict the background
|
| + // behavior.
|
| + void OnAppListIsActive(bool hideBackground);
|
| +
|
| protected:
|
| // ShelfLayoutManagerObserver:
|
| void WillDeleteShelfLayoutManager() override;
|
|
|