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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 505233002: Add UMA to study the video types for mobile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8321fe938ca8b6b30f954385cee757219bb4be5c..7cd96ee4f2e7e5a24baba91f5e66b347ed1cfafe 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12249,6 +12249,21 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="MobileVideo.IsRegularVideoUrl" enum="BooleanEnabled">
Ilya Sherman 2014/08/26 19:54:29 Please use a custom enum, rather than "BooleanEnab
Ilya Sherman 2014/08/26 19:54:29 What do you think of naming this histogram somethi
qinmin 2014/08/27 00:10:00 Done. added MediaType Enum
qinmin 2014/08/27 00:10:00 Changed this to Media.Mobile.MediaType and updated
+ <owner>qinmin@chromium.org</owner>
+ <summary>
+ Android: Records whether a video is a regular video url rather than is
Ilya Sherman 2014/08/26 19:54:29 nit: "rather than is" -> "rather than one that is"
qinmin 2014/08/27 00:10:00 Done.
+ created through MediaSource.
+ </summary>
+</histogram>
+
+<histogram name="MobileVideo.IsVideoUrlHLSVideo" enum="BooleanEnabled">
Ilya Sherman 2014/08/26 19:54:29 nit: I'd prefer that you spell out the acronym in
qinmin 2014/08/27 00:10:00 Done.
+ <owner>qinmin@chromium.org</owner>
+ <summary>
+ Android: Whether a regular video url is an HLS(Http live streaming) video.
Ilya Sherman 2014/08/26 19:54:29 nit: "HLS(Http live streaming)" -> "HLS (http live
qinmin 2014/08/27 00:10:00 Done.
+ </summary>
+</histogram>
+
<histogram name="Mouse.PointerSensitivity.Changed" enum="PointerSensitivity">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698