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 30607d04ab9c2a754ea7cc78846218af86034be7..841679f1669c534d4a7292d29580e24a5634606f 100644 |
| --- a/ash/common/shelf/wm_shelf.h |
| +++ b/ash/common/shelf/wm_shelf.h |
| @@ -14,7 +14,6 @@ class Rect; |
| namespace ui { |
| class GestureEvent; |
| -class MouseEvent; |
|
James Cook
2016/08/09 19:47:58
You're so good about cleaning up stuff like this.
msw
2016/08/09 19:52:58
Acknowledged.
|
| } |
| namespace ash { |
| @@ -91,10 +90,6 @@ class ASH_EXPORT WmShelf { |
| // Returns true if the event was handled. |
| virtual bool ProcessGestureEvent(const ui::GestureEvent& event) = 0; |
| - // TODO(jamescook): Nuke when ash_sysui is removed. http://crbug.com/621112 |
| - virtual void UpdateAutoHideForMouseEvent(ui::MouseEvent* event) = 0; |
| - virtual void UpdateAutoHideForGestureEvent(ui::GestureEvent* event) = 0; |
| - |
| virtual void AddObserver(WmShelfObserver* observer) = 0; |
| virtual void RemoveObserver(WmShelfObserver* observer) = 0; |