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

Unified Diff: chrome/browser/download/download_shelf_context_menu.h

Issue 14955004: [Resumption 11/12] Support resuming interrupted downloads from the downloads shelf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore prior behaivor if flag is not set Created 7 years, 7 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
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.

Powered by Google App Engine
This is Rietveld 408576698