| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 5e9d7a12dd7cae0f0b5436c37f8eac486e36d6e8..359e403d943161dbb1dabc1b116c7b324fa6cb15 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -17636,6 +17636,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>
|
|
|