Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 4bd781e1ebc7cd53937318d77f14e660fe177977..7c6ca649f7285fc8f7d085f7e1008cca62582097 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -13761,6 +13761,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Download.ParallelDownloadAddStreamSuccess" |
+ enum="BooleanSuccess"> |
+ <owner>xingliu@chromium.org</owner> |
+ <summary> |
+ Records if the byte stream reader of a subsequent request is successfully |
+ added to the download sink. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Download.ParallelDownloadRequestCount" units="requests"> |
+ <owner>xingliu@chromium.org</owner> |
+ <summary> |
+ The total number of requests sent for a parallel download, including the |
+ initial request. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Download.PotentialBandwidth" units="Bytes/second"> |
<obsolete> |
Deprecated January 2017. |