diff options
Diffstat (limited to 'content/browser/download/download_stats.h')
-rw-r--r-- | content/browser/download/download_stats.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h index d80cba2..7ca7a23 100644 --- a/content/browser/download/download_stats.h +++ b/content/browser/download/download_stats.h @@ -64,9 +64,6 @@ enum DownloadCountTypes { // Counts iterations of the BaseFile::AppendDataToFile() loop. WRITE_LOOP_COUNT, - // Downloads that were removed by the user. - REMOVED_COUNT, - DOWNLOAD_COUNT_TYPES_LAST_ENTRY }; |