Chromium Code Reviews| Index: chrome/browser/download/download_shelf_context_menu.cc |
| diff --git a/chrome/browser/download/download_shelf_context_menu.cc b/chrome/browser/download/download_shelf_context_menu.cc |
| index bd98ff221d2904a94edc81b7d2ed6412d9328f61..2d772f47ea0167692d45202de03c181d5a78c3bd 100644 |
| --- a/chrome/browser/download/download_shelf_context_menu.cc |
| +++ b/chrome/browser/download/download_shelf_context_menu.cc |
| @@ -350,8 +350,6 @@ ui::SimpleMenuModel* DownloadShelfContextMenu::GetMaybeMaliciousMenuModel() { |
| maybe_malicious_download_menu_model_.reset(new ui::SimpleMenuModel(this)); |
| maybe_malicious_download_menu_model_->AddItemWithStringId( |
| - DISCARD, IDS_DOWNLOAD_MENU_DISCARD); |
| - maybe_malicious_download_menu_model_->AddItemWithStringId( |
|
Peter Kasting
2014/02/04 21:56:33
How come we removed this?
felt
2014/02/04 23:37:22
Previously, the main button said "Report & Discard
|
| KEEP, IDS_DOWNLOAD_MENU_KEEP); |
| maybe_malicious_download_menu_model_->AddSeparator(ui::NORMAL_SEPARATOR); |
| maybe_malicious_download_menu_model_->AddItemWithStringId( |