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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 133483003: Add one extra UMA for video casting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « tools/metrics/actions/extract_actions.py ('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 623cacfca61a4f4741f6a30fa2a0c01b2d7cfccd..158aea80ad229507222963dd5f7d848bbca2b806 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1343,6 +1343,10 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Cast.Sender.CastMediaType" enum="MediaContainers">
+ <summary>Records the media type of every video being cast.</summary>
+</histogram>
+
<histogram name="Cast.Sender.CastPlaySuccess" enum="BooleanSuccess">
<summary>
Records the result of a request to play remotely. The value will be true if
@@ -28114,6 +28118,11 @@ other types of suffix sets.
<int value="35" label="WAV / WAVE (Waveform Audio)"/>
<int value="36" label="Matroska / WebM"/>
<int value="37" label="WTV (Windows Television)"/>
+<!-- Added in M34. Views that include pre-M34 data will categorize these
+ values in the "Other" bucket-->
Mark P 2014/02/10 17:45:16 Please put a comment like this in the description/
+
+ <int value="38" label="DASH"/>
+ <int value="39" label="SmoothStream"/>
</enum>
<enum name="MediaGalleriesUsageType" type="int">
« no previous file with comments | « tools/metrics/actions/extract_actions.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698