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

Unified Diff: chrome/browser/ui/gtk/download/download_item_gtk.h

Issue 6905049: Detect removed files and reflect the state in chrome://downloads and the download shelf (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Correct typo Created 9 years, 7 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/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_;

Powered by Google App Engine
This is Rietveld 408576698