Index: chrome/browser/download/download_shelf.h |
diff --git a/chrome/browser/download/download_shelf.h b/chrome/browser/download/download_shelf.h |
index bc014cd126e5e8715d6d7c27ce4660a1ab1d67e4..21d652e70d94816854c5fb7ca26034a64f3d2575 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 |
}; |