| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 46a8e6495b000cf5aa89635ad2310fac9c224019..88281a7d0859bf2da8683c0eebacd02abe478330 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -981,6 +981,8 @@ void Browser::ActiveTabChanged(WebContents* old_contents,
|
| // is updated.
|
| window_->OnActiveTabChanged(old_contents, new_contents, index, reason);
|
|
|
| + fullscreen_controller_->OnTabDetachedFromView(old_contents);
|
| +
|
| // Discarded tabs always get reloaded.
|
| if (tab_strip_model_->IsTabDiscarded(index)) {
|
| LOG(WARNING) << "Reloading discarded tab at " << index;
|
|
|