Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 8597b80b3a4760c23b7c79eab058eb787f16345a..6d7f9c94260a09c3709be221c94028aa74be1837 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -514,6 +514,14 @@ other types of suffix sets. |
| <summary>The version of glibc used. (Linux only)</summary> |
| </histogram> |
| +<histogram name="Media.AudioRendererSinkErrors"> |
| + <summary> |
| + False is recorded whenever AudioRendererImpl successfully initializes an |
|
jar (doing other things)
2013/04/24 21:51:07
You should add an enum to make this more readable:
scherkus (not reviewing)
2013/04/25 00:04:46
Done.
|
| + AudioRendererSink. True is recorded whenever a successful initialization |
| + follows with the sink reporting OnRenderError(). |
|
jar (doing other things)
2013/04/24 21:51:07
nit: "follows with" --> "is followed by the"
scherkus (not reviewing)
2013/04/25 00:04:46
Reworded a bit. Mind taking another scan?
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Media.DetectedAudioCodec" enum="FFmpegCodecs"> |
| <summary>Audio codec used in HTML5 media.</summary> |
| </histogram> |