Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1780043002: Add download button to MediaDocument on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « third_party/WebKit/public/web/WebRuntimeFeatures.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « third_party/WebKit/public/web/WebRuntimeFeatures.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698