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

Unified Diff: content/browser/download/download_stats.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: Fix Android 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_stats.h
diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h
index c2c42175d3b1236062d97bc6e8528c4d37b004ce..40effbd8f6a8b1ae384abef1ff4ef7c7ded2d554 100644
--- a/content/browser/download/download_stats.h
+++ b/content/browser/download/download_stats.h
@@ -63,6 +63,10 @@ enum DownloadCountTypes {
// progress.
APPEND_TO_DETACHED_FILE_COUNT,
+ // Counts the number of instances where the downloaded file is missing after a
+ // successful invocation of win_util::ScanAndSaveDownloadedFile().
+ FILE_MISSING_AFTER_SUCCESSFUL_SCAN_COUNT,
+
DOWNLOAD_COUNT_TYPES_LAST_ENTRY
};

Powered by Google App Engine
This is Rietveld 408576698