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

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

Issue 1217853007: Web MIDI: add a new UMA entry for the final result code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review #16 Created 5 years, 5 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
« media/midi/midi_manager.cc ('K') | « media/midi/result.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 160a864c0f9d30adec864a1a3f7f0cb642307612..4b5de109e566555322a359bd8d945258136f28fe 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16077,6 +16077,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Midi.ResultOnShutdown" enum="MidiResult">
+ <owner>toyoshim@chromium.org</owner>
+ <summary>The final status of MidiManager on browser shutdown.</summary>
+</histogram>
+
<histogram name="Media.MSE.AudioCodec" enum="MSECodec">
<owner>acolwell@chromium.org</owner>
<summary>
@@ -61667,6 +61672,13 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="1" label="Not muted"/>
</enum>
+<enum name="MidiResult" type="int">
+ <int value="0" label="Not initialized"/>
+ <int value="1" label="Successfully initialized"/>
+ <int value="2" label="Not supported"/>
+ <int value="3" label="Generic initialization error"/>
+</enum>
+
<enum name="MigrationNssToPemNetworkTypes" type="int">
<int value="0" label="EAP"/>
<int value="1" label="OpenVPN"/>
« media/midi/midi_manager.cc ('K') | « media/midi/result.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698