| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index bf529c722f99a6e5be09f04ae5c8775f468da933..0bfbbed50e78c79961d9214575c43aa2f1a1a777 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -26280,6 +26280,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Media.MediaElement.ContentTypeParseable"
|
| + enum="ContentTypeParseableResult">
|
| + <owner>jrummell@chromium.org</owner>
|
| + <summary>
|
| + Whether the content type provided to HTMLMediaElement would parse with
|
| + ParsedContentType or not.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Media.MicrophoneMuted" enum="MicrophoneMuteResult">
|
| <owner>henrika@chromium.org</owner>
|
| <summary>
|
| @@ -84359,6 +84368,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <int value="26" label="Background sync setting"/>
|
| </enum>
|
|
|
| +<enum name="ContentTypeParseableResult" type="int">
|
| + <int value="0" label="IsSupported returned and MIME type parseable"/>
|
| + <int value="1" label="MayBeSupported returned and MIME type parseable"/>
|
| + <int value="2" label="IsNotSupported returned and MIME type parseable"/>
|
| + <int value="3"
|
| + label="IsSupported returned and MIME type not parseable (should fail)"/>
|
| + <int value="4"
|
| + label="MayBeSupported returned and MIME type not parseable (should
|
| + fail)"/>
|
| + <int value="5"
|
| + label="IsNotSupported returned and MIME type not parseable (acceptable)"/>
|
| +</enum>
|
| +
|
| <enum name="ContextLostReason" type="int">
|
| <summary>The reason for losing a GPU context.</summary>
|
| <int value="0" label="CONTEXT_INIT_FAILED"/>
|
|
|