Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 60629b636a2f08ac467b2815fedcadeb66560316..99f5c4456f34480a3c18ffa5d098bc3e04e8904f 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -30275,6 +30275,24 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="WebRTC.DataChannelMaxRetransmits"> |
+ <owner>perkj@chromium.org</owner> |
+ <summary> |
+ The maximum number of retransmissions that are attempted in unreliable mode. |
+ It is set to the value used in the configuration when a RTCDataChannel is |
+ created. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="WebRTC.DataChannelMaxRetransmitTime" units="milliseconds"> |
+ <owner>perkj@chromium.org</owner> |
+ <summary> |
+ The length of the time window during which transmissions and retransmissions |
+ may occur in unreliable mode. It is set to the value used in the |
+ configuration when a RTCDataChannel is created. |
+ </summary> |
+</histogram> |
+ |
<histogram name="WebRTC.DesktopCaptureCounters" enum="DesktopCaptureCounters"> |
<owner>jiayl@chromium.org</owner> |
<summary> |