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

Unified Diff: chrome/browser/views/download_item_view.cc

Issue 155749: Add "Remove from list" for download item in the download shelf.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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
« no previous file with comments | « chrome/browser/gtk/download_item_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/download_item_view.cc
===================================================================
--- chrome/browser/views/download_item_view.cc (revision 22140)
+++ chrome/browser/views/download_item_view.cc (working copy)
@@ -98,6 +98,7 @@
context_menu->AppendSeparator();
context_menu->AppendMenuItem(SHOW_IN_FOLDER, L"", views::Menu::NORMAL);
context_menu->AppendSeparator();
+ context_menu->AppendMenuItem(REMOVE_ITEM, L"", views::Menu::NORMAL);
context_menu->AppendMenuItem(CANCEL, L"", views::Menu::NORMAL);
context_menu->RunMenuAt(point.x(), point.y());
}
« no previous file with comments | « chrome/browser/gtk/download_item_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698