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

Unified Diff: content/browser/download/download_item_impl.h

Issue 11150027: Handle the case where IAttachmentExecute::Save() deletes a downloaded file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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: content/browser/download/download_item_impl.h
diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
index 72d8c266951df272b96117d9f9e745eb73b34f24..ba92929e49cd491a9db331898b3a2b30e21e3e2e 100644
--- a/content/browser/download/download_item_impl.h
+++ b/content/browser/download/download_item_impl.h
@@ -260,7 +260,7 @@ class CONTENT_EXPORT DownloadItemImpl : public content::DownloadItem {
void OnDownloadRenamedToFinalName(content::DownloadInterruptReason reason,
const FilePath& full_path);
- void OnDownloadFileReleased();
+ void OnDownloadFileReleased(content::DownloadInterruptReason reason);
// Called when the entire download operation (including renaming etc)
// is completed.

Powered by Google App Engine
This is Rietveld 408576698