Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2043883005: Implementing AudioOutputDevice authorization timeout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Review comments addrests; UMA stats and unit test added" Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
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>
« media/audio/audio_output_device_unittest.cc ('K') | « media/audio/audio_output_device_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698