Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1694)

Unified Diff: ash/common/shelf/wm_shelf.h

Issue 2227143003: mash: Move AutoHideEventHandler to WmShelfAura. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/aura/wm_shelf_aura.cc ('k') | ash/common/system/status_area_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
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;
« no previous file with comments | « ash/aura/wm_shelf_aura.cc ('k') | ash/common/system/status_area_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698