Chromium Code Reviews| Index: ash/common/shelf/wm_shelf.h |
| diff --git a/ash/common/shelf/wm_shelf.h b/ash/common/shelf/wm_shelf.h |
| index de3c15847b9a70316470e675e0de0d4a35dd2f93..ac4080b475f93fc0afa0c264d180fd686b7d24ae 100644 |
| --- a/ash/common/shelf/wm_shelf.h |
| +++ b/ash/common/shelf/wm_shelf.h |
| @@ -24,6 +24,7 @@ class Shelf; |
| class ShelfLayoutManager; |
| class ShelfLockingManager; |
| class ShelfView; |
| +class StatusAreaWidget; |
| class WmDimmerView; |
| class WmShelfObserver; |
| class WmWindow; |
| @@ -111,6 +112,7 @@ class ASH_EXPORT WmShelf : public ShelfLayoutManagerObserver { |
| void RemoveObserver(WmShelfObserver* observer); |
| void NotifyShelfIconPositionsChanged(); |
| + StatusAreaWidget* GetStatusAreaWidget(); |
|
yoshiki
2016/08/18 08:39:08
nit: Please make this const method.
yiyix
2016/08/18 20:01:42
Done.
|
| void SetVirtualKeyboardBoundsForTesting(const gfx::Rect& bounds); |
| ShelfLockingManager* GetShelfLockingManagerForTesting(); |