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..d80cba2d2935773ebabe4d32fabf80d8aead6b24 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 |
}; |