| 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'.
|
|
|