| 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();
|
|
|
|
|