| 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"/>
|
|
|