Chromium Code Reviews| Index: chrome/browser/ui/browser.cc |
| =================================================================== |
| --- chrome/browser/ui/browser.cc (revision 167005) |
| +++ chrome/browser/ui/browser.cc (working copy) |
| @@ -1784,6 +1784,7 @@ |
| } |
| tab_strip_model_->SetTabBlocked(index, blocked); |
| command_controller_->PrintingStateChanged(); |
| + command_controller_->FullscreenStateChanged(); |
| if (!blocked && chrome::GetActiveWebContents(this) == web_contents) |
| web_contents->Focus(); |
| } |