| Index: content/browser/download/download_stats.h
|
| diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h
|
| index 7ca7a23cfb32314789bdd438e188d1a8939dff9d..cd98d7a48dc22bdd8253ceede043a9b5462df5a5 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,
|
|
|
| + // Counts interruptions that happened at the end of the download.
|
| + INTERRUPTED_AT_END_COUNT,
|
| +
|
| DOWNLOAD_COUNT_TYPES_LAST_ENTRY
|
| };
|
|
|
|
|