Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 75db9493100673463f7c29eae0ff58b992094402..df5a6439d9cfc5a44a85ebd9a9fca0681105ca1b 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -24484,6 +24484,22 @@ other types of suffix sets. |
</summary> |
</histogram> |
+<histogram name="WebRTC.ReceivedAudioTrackDuration" units="milliseconds"> |
+ <summary> |
+ Durations of audio tracks received over a PeerConnection. This metric is |
+ generated based on the lifetime of an observer added for all received tracks |
+ by content::RemoteMediaStreamImpl. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="WebRTC.ReceivedVideoTrackDuration" units="milliseconds"> |
+ <summary> |
+ Durations of video tracks received over a PeerConnection. This metric is |
+ generated based on the lifetime of an observer added for all received tracks |
+ by content::RemoteMediaStreamImpl. |
+ </summary> |
+</histogram> |
+ |
<histogram name="WebRTC.ReliableDataChannelMessageSize" units="bytes"> |
<summary> |
Sizes of messages sent over reliable data channels. The size of an |