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

Unified Diff: ash/wm/system_gesture_event_filter.h

Issue 15931005: Move bezel event routing for the shelf into ShelfLayoutManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed failing test after discussing with sadrul Created 7 years, 6 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/wm/gestures/border_gesture_handler.cc ('k') | ash/wm/system_gesture_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/system_gesture_event_filter.h
diff --git a/ash/wm/system_gesture_event_filter.h b/ash/wm/system_gesture_event_filter.h
index ed0a283d0995045553b2b5dffdbcd6d8da2da4e4..182ed5ac5fe638a2dcf459dace8019bb62e8a89a 100644
--- a/ash/wm/system_gesture_event_filter.h
+++ b/ash/wm/system_gesture_event_filter.h
@@ -31,7 +31,6 @@ class SystemGestureEventFilterTest;
}
namespace internal {
-class BorderGestureHandler;
class LongPressAffordanceHandler;
class SystemPinchHandler;
class TouchUMA;
@@ -67,7 +66,6 @@ class SystemGestureEventFilter : public ui::EventHandler,
bool system_gestures_enabled_;
- scoped_ptr<BorderGestureHandler> border_gestures_;
scoped_ptr<LongPressAffordanceHandler> long_press_affordance_;
scoped_ptr<TwoFingerDragHandler> two_finger_drag_;
« no previous file with comments | « ash/wm/gestures/border_gesture_handler.cc ('k') | ash/wm/system_gesture_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698