| 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..24744d38efb789e6d66f685314c569ecaa2f66d3 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_->IsWrenchMenuShowing());
|
| }
|
|
|
| gfx::Rect BrowserView::GetRestoredBounds() const {
|
|
|