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

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

Issue 246004: Remove the context menu item 'Remove from list' from download shelf (Closed)
Patch Set: rebased Created 11 years, 3 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/download/download_shelf.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
diff --git a/chrome/browser/views/download_item_view.cc b/chrome/browser/views/download_item_view.cc
index 61650b3a6526638e8684939afc042ba33ffb490c..3bdfaca2b8dcd13a5fff84d0504b724d370f2fe5 100644
--- a/chrome/browser/views/download_item_view.cc
+++ b/chrome/browser/views/download_item_view.cc
@@ -100,7 +100,6 @@ class DownloadShelfContextMenuWin : public DownloadShelfContextMenu,
context_menu->AppendMenuItem(TOGGLE_PAUSE, L"", views::Menu::NORMAL);
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/download/download_shelf.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698