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

Unified Diff: chrome/browser/ui/views/download/download_item_view.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: Add a cocoa animation when the download shelf is labeled as "Removed" Created 9 years, 6 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/views/download/download_item_view.h
diff --git a/chrome/browser/ui/views/download/download_item_view.h b/chrome/browser/ui/views/download/download_item_view.h
index 4fe8f46b6bb25f71b203261309bf73fb9d3b2bed..3a4d6defe47f63bd308cac6fa90c4be0b8c5f282 100644
--- a/chrome/browser/ui/views/download/download_item_view.h
+++ b/chrome/browser/ui/views/download/download_item_view.h
@@ -197,7 +197,6 @@ class DownloadItemView : public views::ButtonListener,
// Elements of our particular download
std::wstring status_text_;
- bool show_status_text_;
// The font used to print the file name and status.
gfx::Font font_;

Powered by Google App Engine
This is Rietveld 408576698