| Index: chrome/browser/ui/views/location_bar/bubble_icon_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/bubble_icon_view.cc b/chrome/browser/ui/views/location_bar/bubble_icon_view.cc
|
| index 68949b4b160a48130c4fb31599daf7028c4684b2..ba1680154258501b5ddcf476771de242f6214ae1 100644
|
| --- a/chrome/browser/ui/views/location_bar/bubble_icon_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/bubble_icon_view.cc
|
| @@ -34,6 +34,8 @@ bool BubbleIconView::GetTooltipText(const gfx::Point& p,
|
| bool BubbleIconView::OnMousePressed(const ui::MouseEvent& event) {
|
| // If the bubble is showing then don't reshow it when the mouse is released.
|
| suppress_mouse_released_action_ = IsBubbleShowing();
|
| + if (suppress_mouse_released_action_)
|
| + OnMousePressSuppressed();
|
|
|
| // We want to show the bubble on mouse release; that is the standard behavior
|
| // for buttons.
|
|
|