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

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

Issue 10854169: Closes zoom bubble when tab is changed within a browser window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed non-NULL check 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e18b1183ad24c99b1cd562e194c0d77a7bfe3484..ac45c2ea70955e75f2a9b5b86a7c4713a2724abd 100644
--- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
@@ -398,6 +398,7 @@ void LocationBarView::ModeChanged(const chrome::search::Mode& old_mode,
void LocationBarView::Update(const WebContents* tab_for_state_restoring) {
RefreshContentSettingViews();
+ ZoomBubbleView::CloseBubble();
zoom_view_->Update();
RefreshPageActionViews();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698