summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/download_item_gtk.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-05 20:36:31 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-05 20:36:31 +0000
commit6f35e04b4903927e1df4915e6dc0201f66a0f73b (patch)
tree5084dadf701400d442bed4e7cfdfc84c5f257a66 /chrome/browser/gtk/download_item_gtk.h
parent7f30de155d3bd8c0a5afe7a2b588590201627125 (diff)
downloadchromium_src-6f35e04b4903927e1df4915e6dc0201f66a0f73b.zip
chromium_src-6f35e04b4903927e1df4915e6dc0201f66a0f73b.tar.gz
chromium_src-6f35e04b4903927e1df4915e6dc0201f66a0f73b.tar.bz2
Several little style cleanups in GTK download shelf code.
Review URL: http://codereview.chromium.org/40174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11029 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/download_item_gtk.h')
-rw-r--r--chrome/browser/gtk/download_item_gtk.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/gtk/download_item_gtk.h b/chrome/browser/gtk/download_item_gtk.h
index 397e41c..d65f840 100644
--- a/chrome/browser/gtk/download_item_gtk.h
+++ b/chrome/browser/gtk/download_item_gtk.h
@@ -18,6 +18,10 @@ class DownloadItemGtk {
DownloadItemGtk(BaseDownloadItemModel* download_item_model,
GtkWidget* parent_shelf);
+ // We put |hbox_| in |parent_shelf| and rely on |parent_shelf| recursively
+ // destroying its children. Hence we do nothing in the destructor.
+ ~DownloadItemGtk();
+
private:
static void InitNineBoxes();