Index: chrome/browser/ui/gtk/download/download_item_gtk.h |
diff --git a/chrome/browser/ui/gtk/download/download_item_gtk.h b/chrome/browser/ui/gtk/download/download_item_gtk.h |
index a8f21b41e5ec88fd47e8ed6ba77784c35c7b3aaf..f4adeb9a5d89dab13bb89d1d8a4b2fb11f5d8a07 100644 |
--- a/chrome/browser/ui/gtk/download/download_item_gtk.h |
+++ b/chrome/browser/ui/gtk/download/download_item_gtk.h |
@@ -160,6 +160,9 @@ class DownloadItemGtk : public DownloadItem::Observer, |
// animation. |
OwnedWidgetGtk body_; |
+ // The widget that contains the texts of name_label_ and status_label_ |
Paweł Hajdan Jr.
2011/05/13 08:41:10
nit: Dot at the end, surround member variable name
haraken1
2011/05/13 14:08:17
Done.
|
+ GtkWidget* text_stack_; |
+ |
// The GtkLabel that holds the download title text. |
GtkWidget* name_label_; |