| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 9d205301c07f70776798577dd6734311cb045efe..c9db542797b9f7f10b476112dd9f55e7aa5875a7 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -20828,6 +20828,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Media.Audio.Render.OutputDeviceAuthorizationTimedOut"
|
| + enum="BooleanTimedOut">
|
| + <owner>olka@chromium.org</owner>
|
| + <summary>
|
| + Wheather audio output device timed out waiting for authorization reply from
|
| + the browser side.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Media.Audio.Render.OutputDeviceAuthorizationTimeoutExceededMs"
|
| + units="ms">
|
| + <owner>olka@chromium.org</owner>
|
| + <summary>
|
| + Delay in milliseconds after timeout, if audio output device recevies
|
| + authorization reply from the browser side shortly after timeout has fired
|
| + (i.e. before IPC connection is closed).
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Media.Audio.RenderFailsWhenBufferSizeChangesMac"
|
| enum="BooleanChanged">
|
| <owner>henrika@chromium.org</owner>
|
|
|