| Index: content/browser/download/download_stats.h
|
| diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h
|
| index 0007bcf7516a7f0f68c74e787c1a7bbc22905ff7..7c3e35e868760844c223e7da25d4f2d86aadab05 100644
|
| --- a/content/browser/download/download_stats.h
|
| +++ b/content/browser/download/download_stats.h
|
| @@ -63,6 +63,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
|
| };
|
|
|
|
|