| Index: chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| index e7d4c5f71ddb8ac4c4b9b7442bbfa354480af799..e6c92549f7605898ffbd3d782bd44206b0bb8183 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -528,7 +528,6 @@ void LocationBarView::ZoomChangedForActiveTab(bool can_show_bubble) {
|
| Layout();
|
| SchedulePaint();
|
|
|
| - // TODO(dbeam): don't show a bubble when the wrench menu is showing.
|
| if (can_show_bubble && zoom_view_->visible())
|
| ZoomBubbleView::ShowBubble(zoom_view_, GetTabContents(), true);
|
| }
|
|
|