Closes zoom bubble when tab is changed within a browser window.

BUG=143209

Review URL: https://chromiumcodereview.appspot.com/10854169

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151962 0039d316-1c4b-4281-b951-d872f2087c98
parent 6b0937a7
...@@ -399,6 +399,7 @@ void LocationBarView::ModeChanged(const chrome::search::Mode& old_mode, ...@@ -399,6 +399,7 @@ void LocationBarView::ModeChanged(const chrome::search::Mode& old_mode,
void LocationBarView::Update(const WebContents* tab_for_state_restoring) { void LocationBarView::Update(const WebContents* tab_for_state_restoring) {
RefreshContentSettingViews(); RefreshContentSettingViews();
ZoomBubbleView::CloseBubble();
zoom_view_->Update(); zoom_view_->Update();
RefreshPageActionViews(); RefreshPageActionViews();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment