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

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

Issue 2123023002: [Downloads] Consolidate MOTW annotation APIs into a single API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-safe-util-to-downloads
Patch Set: [win] Verify that the Zone.Identifier stream has the correct contents. Created 4 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: content/browser/download/download_stats.h
diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h
index 8da7f022304bb5a11e1dc895bebd718afb2faf7e..d5fd8da0aa19c00d5cebe67388b2621c0a6f22ef 100644
--- a/content/browser/download/download_stats.h
+++ b/content/browser/download/download_stats.h
@@ -70,9 +70,9 @@ enum DownloadCountTypes {
// progress.
APPEND_TO_DETACHED_FILE_COUNT,
- // Counts the number of instances where the downloaded file is missing after a
- // successful invocation of ScanAndSaveDownloadedFile().
- FILE_MISSING_AFTER_SUCCESSFUL_SCAN_COUNT,
+ // (Deprecated) Counts the number of instances where the downloaded file is
+ // missing after a successful invocation of ScanAndSaveDownloadedFile().
+ DOWNLOAD_COUNT_UNUSED_14,
// (Deprecated) Count of downloads with a strong ETag and specified
// 'Accept-Ranges: bytes'.

Powered by Google App Engine
This is Rietveld 408576698