| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
|
| index 02644c936ba1324c07a92e30c7925a7556b09b86..b9d53040a2b14ea0e3c4ccff7d0aea9ed1864dfe 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -687,7 +687,8 @@ void BrowserView::SetStarredState(bool is_starred) {
|
| }
|
|
|
| void BrowserView::ZoomChangedForActiveTab(bool can_show_bubble) {
|
| - GetLocationBarView()->ZoomChangedForActiveTab(can_show_bubble);
|
| + GetLocationBarView()->ZoomChangedForActiveTab(
|
| + can_show_bubble && !toolbar_->IsSettingsMenuShowing());
|
| }
|
|
|
| gfx::Rect BrowserView::GetRestoredBounds() const {
|
|
|