Commit d9cbc6ad authored by avayvod's avatar avayvod Committed by Commit bot

[Cast,Android] Added histogram for remote playback device type

BUG=418653
NOTRY=true

The change to report the histogram is here:
https://chrome-internal-review.googlesource.com/#/c/178316/

Review URL: https://codereview.chromium.org/620893004

Cr-Commit-Position: refs/heads/master@{#297878}
parent b600c161
......@@ -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>
......@@ -50021,6 +50030,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"/>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment