Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7730)

Unified Diff: chrome/browser/ui/tab_contents/tab_contents_wrapper.cc

Issue 7574002: Be able to print items that do window.print(); window.close() (airline tix e.g.) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698