| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 8cd337440a1443a2a048d6ba99b7108cc5965f7a..a203a64b063d2510112ba7606bef51272d89822e 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1846,6 +1846,8 @@ void Browser::OnZoomChanged(content::WebContents* source,
|
| // Only show the zoom bubble for zoom changes in the active window.
|
| window_->ZoomChangedForActiveTab(can_show_bubble && window_->IsActive() &&
|
| !is_devtools());
|
| + // Change the zoom commands state based on the zoom state
|
| + command_controller_->ZoomStateChanged();
|
| }
|
| }
|
|
|
|
|