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

Unified Diff: trunk/src/ui/views/controls/menu/menu_runner.h

Issue 416903002: Revert 285142 "Open the WrenchMenu on mouseover when dragging a ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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: trunk/src/ui/views/controls/menu/menu_runner.h
===================================================================
--- trunk/src/ui/views/controls/menu/menu_runner.h (revision 285300)
+++ trunk/src/ui/views/controls/menu/menu_runner.h (working copy)
@@ -82,12 +82,6 @@
// The menu should behave like a Windows native Combobox dropdow menu.
// This behavior includes accepting the pending item and closing on F4.
COMBOBOX = 1 << 4,
-
- // A child view is performing a drag-and-drop operation, so the menu should
- // stay open (even if it doesn't receive drag updated events). In this case,
- // the caller is responsible for closing the menu upon completion of the
- // drag-and-drop.
- NESTED_DRAG = 1 << 5,
};
enum RunResult {
« no previous file with comments | « trunk/src/ui/views/controls/menu/menu_controller.cc ('k') | trunk/src/ui/views/controls/menu/menu_runner_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698