| Index: chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.cc b/chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| index be719e60660301c027b3c49b25aa83acc5688bd7..58eb9e7d946fa2e79efbd7f0ad22a1e08f77631d 100644
|
| --- a/chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| @@ -1532,7 +1532,6 @@ void LocationBarViewGtk::SetStarred(bool starred) {
|
| void LocationBarViewGtk::ZoomChangedForActiveTab(bool can_show_bubble) {
|
| UpdateZoomIcon();
|
|
|
| - // TODO(dbeam): don't show bubble if the wrench menu is showing.
|
| if (can_show_bubble && gtk_widget_get_visible(zoom_.get()))
|
| ShowZoomBubble();
|
| }
|
|
|