| Index: chrome/browser/download/download_shelf_context_menu.h
|
| diff --git a/chrome/browser/download/download_shelf_context_menu.h b/chrome/browser/download/download_shelf_context_menu.h
|
| index 13902b0d7b3ae3e2c607bc165ea9d814e7d9d584..492bf3ada6000ac642f3c4e9134baefcc19fcdb0 100644
|
| --- a/chrome/browser/download/download_shelf_context_menu.h
|
| +++ b/chrome/browser/download/download_shelf_context_menu.h
|
| @@ -29,7 +29,8 @@ class DownloadShelfContextMenu : public ui::SimpleMenuModel::Delegate,
|
| OPEN_WHEN_COMPLETE, // Open the download when it's finished.
|
| ALWAYS_OPEN_TYPE, // Default this file extension to always open.
|
| CANCEL, // Cancel the download.
|
| - TOGGLE_PAUSE, // Temporarily pause a download.
|
| + TOGGLE_PAUSE, // Temporarily pause or resume a download.
|
| + RESUME_INTERRUPTED, // Resume an interrupted download.
|
| DISCARD, // Discard the malicious download.
|
| KEEP, // Keep the malicious download.
|
| LEARN_MORE_SCANNING, // Show information about download scanning.
|
|
|