| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 72a4fe4fc0849c6161c6d4ed8c0ffc075822890e..e39f8ccdd6a0eb0d04be789bb8481e949e155731 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 menu item state once the zoom has changed
|
| + command_controller_->ZoomStateChanged();
|
| }
|
| }
|
|
|
|
|