| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index e83eb7daf81bec61358c884b10cef60ffcf658f9..2f13de8372f21a272f767d3c15305eab8e65df8c 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1897,6 +1897,8 @@ void Browser::OnZoomChanged(const ZoomController::ZoomChangedEventData& data) {
|
| // Only show the zoom bubble for zoom changes in the active window.
|
| window_->ZoomChangedForActiveTab(data.can_show_bubble &&
|
| window_->IsActive());
|
| + // Change the zoom commands state based on the zoom state
|
| + command_controller_->ZoomStateChanged();
|
| }
|
| }
|
|
|
|
|