| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 26a158cc9dd39dc3cf88dc4a940c9e523437880e..23ac37f6dba7de9e259193cd3a9d38099bf3a368 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -20971,6 +20971,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Media.Notification.Click" enum="MediaNotificationClickSource">
|
| + <owner>mlamouri@chromium.org</owner>
|
| + <owner>avayvod@chromium.org</owner>
|
| + <owner>zqzhang@chromium.org</owner>
|
| + <summary>
|
| + The type of media notification the user clicked to go back to Chrome.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Media.PepperVideoDecoderError"
|
| enum="VideoDecodeAcceleratorError">
|
| <owner>ihf@chromium.org</owner>
|
| @@ -77178,6 +77187,12 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <int value="2" label="MediaStream"/>
|
| </enum>
|
|
|
| +<enum name="MediaNotificationClickSource" type="int">
|
| + <int value="0" label="Media"/>
|
| + <int value="1" label="Presentation"/>
|
| + <int value="2" label="MediaFling"/>
|
| +</enum>
|
| +
|
| <enum name="MediaOutputProtectionStatus" type="int">
|
| <int value="0" label="Queried"/>
|
| <int value="1" label="No external link"/>
|
|
|