| 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..add4f6dd777a8b2de7c0a101d3b0214582e3f9e4 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_|.
|
| + GtkWidget* text_stack_;
|
| +
|
| // The GtkLabel that holds the download title text.
|
| GtkWidget* name_label_;
|
|
|
|
|