diff options
author | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-26 01:13:00 +0000 |
---|---|---|
committer | mhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-26 01:13:00 +0000 |
commit | 068beab17f2100eadfe234ae01d8f4a57c1d6787 (patch) | |
tree | 6c1d5918d2f02965bd05bf2dc03a715e6d2f61a7 /chrome/browser/download/download_shelf.h | |
parent | 5b3a670dc03ac0233f8bdeb1e575c18fe3980082 (diff) | |
download | chromium_src-068beab17f2100eadfe234ae01d8f4a57c1d6787.zip chromium_src-068beab17f2100eadfe234ae01d8f4a57c1d6787.tar.gz chromium_src-068beab17f2100eadfe234ae01d8f4a57c1d6787.tar.bz2 |
Remove the context menu item 'Remove from shelf' from download shelf
BUG=23078
TEST=No more menu item on download item
Review URL: http://codereview.chromium.org/246004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27312 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download/download_shelf.h')
-rw-r--r-- | chrome/browser/download/download_shelf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/download/download_shelf.h b/chrome/browser/download/download_shelf.h index bc014cd..21d652e 100644 --- a/chrome/browser/download/download_shelf.h +++ b/chrome/browser/download/download_shelf.h @@ -57,7 +57,6 @@ class DownloadShelfContextMenu { OPEN_WHEN_COMPLETE, // Open the download when it's finished. ALWAYS_OPEN_TYPE, // Default this file extension to always open. CANCEL, // Cancel the download. - REMOVE_ITEM, // Removes the item from the download shelf. TOGGLE_PAUSE, // Temporarily pause a download. MENU_LAST }; |