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

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: Rebase + Address comments + Update strings 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 3e5feb421dc1bc65b8efec40ff478810db6dba86..3bd47403c649c4a1d54eb9913a8bf97fef72df99 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
};
« no previous file with comments | « content/browser/download/download_net_log_parameters.h ('k') | content/browser/download/mock_download_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698