| Index: chrome/browser/ui/views/tab_contents/tab_contents_container.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_container.cc b/chrome/browser/ui/views/tab_contents/tab_contents_container.cc
|
| index 2e700524d2e342c9425ca0629926160c4c981888..c85c98c194303f92f9d641d4d8afffa2cbf7c56c 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_container.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_container.cc
|
| @@ -37,7 +37,6 @@ TabContentsContainer::~TabContentsContainer() {
|
| void TabContentsContainer::ChangeWebContents(WebContents* contents) {
|
| if (web_contents_) {
|
| native_container_->DetachContents(web_contents_);
|
| - web_contents_->WasHidden();
|
| RemoveObservers();
|
| }
|
| web_contents_ = contents;
|
|
|