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

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

Issue 1087843004: [Download Notification] Refine retry logic when interrupted or cancelled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change retry button behaviour as discussed in mail Created 5 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_commands.h
diff --git a/chrome/browser/download/download_commands.h b/chrome/browser/download/download_commands.h
index 3ecfa0882d668ff00deb11c1d78e67621eb632f2..f957b667a92fab4c76c26cb671b700fd36e81e6b 100644
--- a/chrome/browser/download/download_commands.h
+++ b/chrome/browser/download/download_commands.h
@@ -24,7 +24,7 @@ class DownloadCommands {
RESUME, // Resume a download.
DISCARD, // Discard the malicious download.
KEEP, // Keep the malicious download.
- RETRY, // Retry the download.
+ RETRY, // Resume a download (Same as RESUME, except label)
LEARN_MORE_SCANNING, // Show information about download scanning.
LEARN_MORE_INTERRUPTED, // Show information about interrupted downloads.
};

Powered by Google App Engine
This is Rietveld 408576698