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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 620893004: [Cast,Android] Added histogram for remote playback device type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Commit message was updated. Created 6 years, 2 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 | « no previous file | 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 d65f0d3d557d9fdadb1118d1b55a98e6104beb71..aa461ddbcc99706092ffbcdb6cd03046da413b08 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2247,6 +2247,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Cast.Sender.DeviceType" enum="RemotePlaybackDeviceType">
+ <owner>avayvod@google.com</owner>
+ <summary>
+ Records the type of the remote playback device selected by the user. This
+ will be recorded when the user has chosen the device from the media route
+ chooser dialog.
+ </summary>
+</histogram>
+
<histogram name="Cast.Sender.VideoEncodeAcceleratorInitializeSuccess"
enum="BooleanSuccess">
<owner>posciak@chromium.org</owner>
@@ -49993,6 +50002,12 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="3" label="Show More"/>
</enum>
+<enum name="RemotePlaybackDeviceType" type="int">
+ <int value="0" label="Cast Generic Media Player"/>
+ <int value="1" label="Cast YouTube Player"/>
+ <int value="2" label="Non-Cast YouTube Player"/>
+</enum>
+
<enum name="RenderViewContextMenuItem" type="int">
<int value="0" label="IDC_CONTENT_CONTEXT_CUSTOM_FIRST"/>
<int value="1" label="IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698