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

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..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_;

Powered by Google App Engine
This is Rietveld 408576698