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

Unified Diff: ash/wm/gestures/shelf_gesture_handler.h

Issue 879653002: Remove --ash-enable-tray-dragging flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/shelf/shelf_layout_manager_unittest.cc ('k') | ash/wm/gestures/shelf_gesture_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/gestures/shelf_gesture_handler.h
diff --git a/ash/wm/gestures/shelf_gesture_handler.h b/ash/wm/gestures/shelf_gesture_handler.h
index 974bf2b1583ccf2a3d2e61bee30ba16c274cdd0a..c7211db11e9596b4e5c87a6c186cc729f8c64052 100644
--- a/ash/wm/gestures/shelf_gesture_handler.h
+++ b/ash/wm/gestures/shelf_gesture_handler.h
@@ -13,7 +13,6 @@ class GestureEvent;
}
namespace ash {
-class TrayGestureHandler;
// This manages gestures on the shelf (e.g. launcher, status tray) that affects
// the shelf visibility.
@@ -30,8 +29,6 @@ class ShelfGestureHandler {
private:
bool drag_in_progress_;
- scoped_ptr<TrayGestureHandler> tray_handler_;
-
DISALLOW_COPY_AND_ASSIGN(ShelfGestureHandler);
};
« no previous file with comments | « ash/shelf/shelf_layout_manager_unittest.cc ('k') | ash/wm/gestures/shelf_gesture_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698