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

Unified Diff: chrome/browser/cocoa/download_item_mac.mm

Issue 3127008: Preliminary work on resuming downloads whose connections have expired.
Patch Set: Waiting to send download automation error message until after other downloads are canceled. Created 10 years, 3 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/cocoa/download_item_mac.mm
diff --git a/chrome/browser/cocoa/download_item_mac.mm b/chrome/browser/cocoa/download_item_mac.mm
index b2aae2cf4d489c5eec024e6b87a387199ca1261f..ca6970e255cc501f40f89e46c755bf3d83842635 100644
--- a/chrome/browser/cocoa/download_item_mac.mm
+++ b/chrome/browser/cocoa/download_item_mac.mm
@@ -56,6 +56,7 @@ void DownloadItemMac::OnDownloadUpdated(DownloadItem* download) {
download_util::NotifySystemOfDownloadComplete(download->full_path());
// fall through
case DownloadItem::IN_PROGRESS:
+ case DownloadItem::INTERRUPTED:
case DownloadItem::CANCELLED:
[item_controller_ setStateFromDownload:download_model_.get()];
break;

Powered by Google App Engine
This is Rietveld 408576698