Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 9ea9c3bdd199b9ac8d937e21a2b1ecbf54f70884..7c394f2718d0680fafea7025c13445bd312e0e68 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -30129,6 +30129,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram base="true" name="MobileDownload.ResumptionsCount"> |
+ <owner>qinmin@chromium.org</owner> |
+ <summary> |
+ Android: Records the number of resumptions for a download by resumption |
+ type. For all resumption types, this is recorded when a download is |
+ finished, completed or cancelled. For automatic resumptions, it is also |
+ recorded when user manually resumes the download to clear the auto retry |
+ count. |
+ </summary> |
+</histogram> |
+ |
<histogram name="MobileFre.Progress" enum="MobileFreProgress"> |
<owner>gogerald@chromium.org</owner> |
<summary> |
@@ -120388,6 +120399,13 @@ from previous Chrome versions. |
<affected-histogram name="MobileDownload.InterruptionsCount"/> |
</histogram_suffixes> |
+<histogram_suffixes name="MobileDownloadResumptionsCountTypes" separator="."> |
+ <suffix name="Automatic"/> |
+ <suffix name="Manual"/> |
+ <suffix name="Total"/> |
+ <affected-histogram name="MobileDownload.ResumptionsCount"/> |
+</histogram_suffixes> |
+ |
<histogram_suffixes name="MobileFreEntryType" separator="."> |
<suffix name="MainIntent" label="Icon click"/> |
<suffix name="ViewIntent" label="VIEW intent"/> |