| Index: content/browser/media/media_internals.cc
|
| diff --git a/content/browser/media/media_internals.cc b/content/browser/media/media_internals.cc
|
| index e34cb57014a77ca51a74c7fc416c7a0e2ee65fcb..b5ef0c1485691d8ac6ca1c3619de614b0027ec18 100644
|
| --- a/content/browser/media/media_internals.cc
|
| +++ b/content/browser/media/media_internals.cc
|
| @@ -424,6 +424,9 @@ void MediaInternals::MediaInternalsUMAHandler::ReportUMAForPipelineStatus(
|
| player_info.last_pipeline_status,
|
| media::PIPELINE_STATUS_MAX + 1);
|
| } else {
|
| + // Note: This metric can be recorded as a result of normal operation with
|
| + // Media Source Extensions. If a site creates a MediaSource object but never
|
| + // creates a source buffer or appends data, PIPELINE_OK will be recorded.
|
| UMA_HISTOGRAM_ENUMERATION("Media.PipelineStatus.Unsupported",
|
| player_info.last_pipeline_status,
|
| media::PIPELINE_STATUS_MAX + 1);
|
|
|