| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 5b5127b51c3893066ab3ad05c7dafc9c08bc45c4..eeb139e0ea3f54784385e0680956d5df184b20d9 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1735,6 +1735,7 @@ void Browser::SetTabContentBlocked(TabContents* tab_contents, bool blocked) {
|
| }
|
| tab_strip_model_->SetTabBlocked(index, blocked);
|
| command_controller_->PrintingStateChanged();
|
| + command_controller_->FullscreenStateChanged();
|
| if (!blocked && chrome::GetActiveTabContents(this) == tab_contents)
|
| tab_contents->web_contents()->Focus();
|
| }
|
|
|