Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4445)

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.cc

Issue 10878013: Don't show the zoom bubble when the settings menu is showing on views or GTK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: khorimoto@ review Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698