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 df9f5c18d3a36c5b0bf7d8f0e6e21c7e86f67a3a..a8a0995d51da4cb0fc6334335525bcd5d173ec67 100644 |
| --- a/ash/common/shelf/wm_shelf.h |
| +++ b/ash/common/shelf/wm_shelf.h |
| @@ -23,6 +23,7 @@ class ShelfView; |
| class WmDimmerView; |
| class WmShelfObserver; |
| class WmWindow; |
| +class StatusAreaWidget; |
|
James Cook
2016/08/11 20:36:54
nit: alphabetize
yiyix
2016/08/18 00:42:59
Done.
|
| // Used for accessing global state. |
| class ASH_EXPORT WmShelf { |
| @@ -102,6 +103,8 @@ class ASH_EXPORT WmShelf { |
| virtual void AddObserver(WmShelfObserver* observer) = 0; |
| virtual void RemoveObserver(WmShelfObserver* observer) = 0; |
| + virtual StatusAreaWidget* GetStatusAreaWidget() = 0; |
| + |
| // Simulates a virtual keyboard bounds update. |
| virtual void SetKeyboardBoundsForTesting(const gfx::Rect& bounds) = 0; |