| Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| index 438c02159ea10aeb831ee54b3e54deffdcf85c59..9d5cbc384f3c521ae1e842b1d56533bcef4ba474 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc
|
| @@ -192,6 +192,8 @@ TabContentsWrapper::TabContentsWrapper(TabContents* contents)
|
| }
|
|
|
| TabContentsWrapper::~TabContentsWrapper() {
|
| + DLOG(ERROR) << "~TabContentsWrapper(" << (void*)this << ')';
|
| +
|
| in_destructor_ = true;
|
|
|
| // Destroy all remaining InfoBars. It's important to not animate here so that
|
|
|