| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 132ec4ad6ecfc4e6222a0494a013c5fcbb2f5573..527c95dec607b9e49d0ee01b1510f816068d3c87 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -17200,6 +17200,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Media.AudioCapturerRepetition" units="milliseconds">
|
| + <owner>minyue@chromium.org</owner>
|
| + <summary>
|
| + Captures bit-exact audio repetitions with pre-defined look back time. As
|
| + soon as a repetition is detected, its look back time is reported. Ideally,
|
| + no reports should be generated.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Media.AudioChannelLayout" enum="ChannelLayout">
|
| <owner>dalecurtis@chromium.org</owner>
|
| <summary>Audio channel layout in HTML5 media.</summary>
|
|
|