diff options
Diffstat (limited to 'content/browser/download/download_stats.h')
-rw-r--r-- | content/browser/download/download_stats.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h index 7ca7a23..d80cba2 100644 --- a/content/browser/download/download_stats.h +++ b/content/browser/download/download_stats.h @@ -64,6 +64,9 @@ 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 }; |