Index: trunk/src/chrome/browser/ui/views/browser_action_view.cc |
=================================================================== |
--- trunk/src/chrome/browser/ui/views/browser_action_view.cc (revision 192531) |
+++ trunk/src/chrome/browser/ui/views/browser_action_view.cc (working copy) |
@@ -314,12 +314,10 @@ |
TextButton::OnMousePressed(event); |
} |
- if (!views::View::ShouldShowContextMenuOnMousePress()) { |
- // See comments in MenuButton::Activate() as to why this is needed. |
- SetMouseHandler(NULL); |
+ // See comments in MenuButton::Activate() as to why this is needed. |
+ SetMouseHandler(NULL); |
- ShowContextMenu(gfx::Point(), true); |
- } |
+ ShowContextMenu(gfx::Point(), true); |
return false; |
} |