Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index d8abe54a9b8395a664840d86570067995555bff3..66eef6fac3b52ba78c4ac54ea462604ac9a399df 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -1849,6 +1849,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(); |
} |
} |