| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index e62dd4758d36f6626ed8a874dc1ce8b91af95242..c4bfef0d8f75d585adb17cbee3d65dc7c4b33d4a 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1552,7 +1552,8 @@ void Browser::NavigationStateChanged(WebContents* source,
|
| // need to update the command state early on load to always present usable
|
| // actions in the face of slow-to-commit pages.
|
| if (changed_flags & (content::INVALIDATE_TYPE_URL |
|
| - content::INVALIDATE_TYPE_LOAD))
|
| + content::INVALIDATE_TYPE_LOAD |
|
| + content::INVALIDATE_TYPE_TAB))
|
| command_controller_->TabStateChanged();
|
|
|
| if (hosted_app_controller_)
|
|
|