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

Unified Diff: ash/wm/workspace/workspace_event_handler.h

Issue 239213003: Revert of Prevents double-clicks on a tab close button from aslo maximizing the browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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/toplevel_window_event_handler.cc ('k') | ash/wm/workspace/workspace_event_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_event_handler.h
diff --git a/ash/wm/workspace/workspace_event_handler.h b/ash/wm/workspace/workspace_event_handler.h
index 0610537e8cf5e114d9329011e9bcd488f5a0648f..f9498217207e99705a39be1f11105f3cefd79003 100644
--- a/ash/wm/workspace/workspace_event_handler.h
+++ b/ash/wm/workspace/workspace_event_handler.h
@@ -36,13 +36,6 @@
MultiWindowResizeController multi_window_resize_controller_;
- // The non-client component for the target of a MouseEvent or GestureEvent.
- // Events can be destructive to the window tree, which can cause the
- // component of a ui::EF_IS_DOUBLE_CLICK event to no longer be the same as
- // that of the initial click. Acting on a double click should only occur for
- // matching components. This will be set for left clicks, and tap events.
- int click_component_;
-
DISALLOW_COPY_AND_ASSIGN(WorkspaceEventHandler);
};
« no previous file with comments | « ash/wm/toplevel_window_event_handler.cc ('k') | ash/wm/workspace/workspace_event_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698