Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 911e98ff8144d3d1bcef8b1a0c5e7f754978b239..8790acfa9c73f0f92ec35d1252a927f7582d2eb2 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -3341,6 +3341,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Blink.MediaDocument.DownloadButton" |
+ enum="MediaDocumentDownloadButtonType"> |
+ <owner>qinmin@chromium.org</owner> |
+ <summary> |
+ Records how the download button on the MediaDocument is used. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Blink.MediaElement.Autoplay" enum="MediaElementAutoPlay"> |
<owner>oysteine@chromium.org</owner> |
<summary> |
@@ -75807,6 +75815,11 @@ To add a new entry, add it with any value and run test to compute valid value. |
<int value="3" label="Not shown"/> |
</enum> |
+<enum name="MediaDocumentDownloadButtonType" type="int"> |
+ <int value="0" label="Shown"/> |
+ <int value="1" label="Clicked"/> |
+</enum> |
+ |
<enum name="MediaElementAutoPlay" type="int"> |
<int value="0" label="Media element with autoplay seen"/> |
<int value="1" |