Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 3a4d108a5a33302644746ba2d821a6ddede80cd0..f3134798d5a4443a1d5356a5e0c20f482e8d111b 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -1785,6 +1785,7 @@ void Browser::SetTabContentBlocked(content::WebContents* web_contents, |
} |
tab_strip_model_->SetTabBlocked(index, blocked); |
command_controller_->PrintingStateChanged(); |
+ command_controller_->FullscreenStateChanged(); |
if (!blocked && chrome::GetActiveWebContents(this) == web_contents) |
web_contents->Focus(); |
} |