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

Unified Diff: ui/views/controls/menu/menu_runner.cc

Issue 399143004: Open the WrenchMenu on mouseover when dragging a browser action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit 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: ui/views/controls/menu/menu_runner.cc
diff --git a/ui/views/controls/menu/menu_runner.cc b/ui/views/controls/menu/menu_runner.cc
index 4adaed724421caddcd0ba30932dfb4ef421c2297..44f35685f2198d2cf0a6ea85abbbedf6e3cfe341 100644
--- a/ui/views/controls/menu/menu_runner.cc
+++ b/ui/views/controls/menu/menu_runner.cc
@@ -175,7 +175,7 @@ MenuRunner::RunResult MenuRunnerImpl::RunMenuAt(Widget* parent,
running_ = true;
for_drop_ = (types & MenuRunner::FOR_DROP) != 0;
- bool has_mnemonics = (types & MenuRunner::HAS_MNEMONICS) != 0 && !for_drop_;
sky 2014/07/18 19:36:54 Why are you removing this?
Devlin 2014/07/18 21:38:31 (Please double check me on this) If the menu has
sky 2014/07/18 22:45:39 Ok, that makes sense.
+ bool has_mnemonics = (types & MenuRunner::HAS_MNEMONICS) != 0;
owns_controller_ = false;
if (!controller) {
// No menus are showing, show one.
« ui/views/controls/menu/menu_controller.cc ('K') | « ui/views/controls/menu/menu_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698