| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index ea1a186cee16b1b28b68603cd040533971efbc46..f50f6a2f4c4a7ef0fde5428b9e6a85edb9c47e43 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -8161,6 +8161,14 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Media.AudioTrackProcessingStates"
|
| + enum="AudioTrackProcessingStates">
|
| + <summary>
|
| + State of the media stream audio track processing, sampled once during the
|
| + life time of a MediaStreamAudioProcessor.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Media.CacheUseful" enum="BooleanSuccess">
|
| <owner>scherkus@chromium.org</owner>
|
| <summary>
|
| @@ -28893,6 +28901,12 @@ other types of suffix sets.
|
| <int value="10" label="k192000Hz"/>
|
| </enum>
|
|
|
| +<enum name="AudioTrackProcessingStates" type="int">
|
| + <int value="0" label="Enabled"/>
|
| + <int value="1" label="Disabled"/>
|
| + <int value="2" label="Processing in WebRTC"/>
|
| +</enum>
|
| +
|
| <enum name="AutocheckoutBubble" type="int">
|
| <obsolete>
|
| Deprecated as of 8/2013.
|
|
|