Chromium Code Reviews

Unified Diff: chrome/browser/gtk/infobar_container_gtk.cc

Issue 62104: Destroy the GTK info bar container widget when the object is destroyed. (Closed)
Patch Set: Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/infobar_container_gtk.cc
diff --git a/chrome/browser/gtk/infobar_container_gtk.cc b/chrome/browser/gtk/infobar_container_gtk.cc
index 1b1094b66eeda6000f47af6791a5bcd327969f9c..cc8543d3a49873128a7170c8decfd83738087d13 100644
--- a/chrome/browser/gtk/infobar_container_gtk.cc
+++ b/chrome/browser/gtk/infobar_container_gtk.cc
@@ -46,6 +46,8 @@ InfoBarContainerGtk::InfoBarContainerGtk(BrowserWindow* browser_window)
InfoBarContainerGtk::~InfoBarContainerGtk() {
browser_window_ = NULL;
ChangeTabContents(NULL);
+
+ container_.Destroy();
}
void InfoBarContainerGtk::ChangeTabContents(TabContents* contents) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine