Index: ui/views/controls/menu/menu_controller.cc |
=================================================================== |
--- ui/views/controls/menu/menu_controller.cc (revision 248569) |
+++ ui/views/controls/menu/menu_controller.cc (working copy) |
@@ -385,7 +385,7 @@ |
// Close any open menus. |
SetSelection(NULL, SELECTION_UPDATE_IMMEDIATELY | SELECTION_EXIT); |
-#if defined(OS_WIN) && defined(USE_AURA) |
+#if defined(OS_WIN) |
// On Windows, if we select the menu item by touch and if the window at the |
// location is another window on the same thread, that window gets a |
// WM_MOUSEACTIVATE message and ends up activating itself, which is not |