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

Unified Diff: ash/wm/immersive_fullscreen_controller.cc

Issue 2224653002: mash: Remove ash::ShelfGestureHandler and ui::ET_GESTURE_WIN8_EDGE_SWIPE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup, fix windows 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
Index: ash/wm/immersive_fullscreen_controller.cc
diff --git a/ash/wm/immersive_fullscreen_controller.cc b/ash/wm/immersive_fullscreen_controller.cc
index 8c7e84ee630f423215c17f7be438857771876d53..cea383c41af77f2420e3db45995deb572a4f51cb 100644
--- a/ash/wm/immersive_fullscreen_controller.cc
+++ b/ash/wm/immersive_fullscreen_controller.cc
@@ -404,12 +404,6 @@ void ImmersiveFullscreenController::OnGestureEvent(ui::GestureEvent* event) {
return;
switch (event->type()) {
-#if defined(OS_WIN)
- case ui::ET_GESTURE_WIN8_EDGE_SWIPE:
- UpdateRevealedLocksForSwipe(GetSwipeType(event));
- event->SetHandled();
- break;
-#endif
case ui::ET_GESTURE_SCROLL_BEGIN:
if (ShouldHandleGestureEvent(GetEventLocationInScreen(*event))) {
gesture_begun_ = true;

Powered by Google App Engine
This is Rietveld 408576698