| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 273b211a37bc7c8d388b4ab9a95d884e771e5add..54a4cf5bbc8fce9119b0892d88cf0da6e5b5df01 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -18739,6 +18739,28 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Various usage counts for media galleries.</summary>
|
| </histogram>
|
|
|
| +<histogram name="MediaRouter.Icon.Click.Location"
|
| + enum="MediaRouterDialogOpenOrigin">
|
| + <owner>apacible@chromium.org</owner>
|
| + <summary>Location the user clicked to open the Media Router dialog.</summary>
|
| +</histogram>
|
| +
|
| +<histogram name="MediaRouter.Ui.Action.StartLocalSessionSuccessful"
|
| + enum="BooleanSuccess">
|
| + <owner>apacible@chromium.org</owner>
|
| + <summary>
|
| + The number of times a session was successfully started versus failed.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="MediaRouter.Ui.Device.Count">
|
| + <owner>apacible@chromium.org</owner>
|
| + <summary>
|
| + Counts the number of devices known and populated to the Media Router dialog
|
| + three seconds after the dialog loads. Always expected to be non-negative.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Memory.BackingStore">
|
| <owner>hajimehoshi@chromium.org</owner>
|
| <owner>kenjibaheux@google.com</owner>
|
| @@ -66064,6 +66086,13 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <int value="2" label="All external links protected"/>
|
| </enum>
|
|
|
| +<enum name="MediaRouterDialogOpenOrigin" type="int">
|
| + <int value="0" label="Toolbar"/>
|
| + <int value="1" label="Overflow Menu"/>
|
| + <int value="2" label="Contextual Menu"/>
|
| + <int value="3" label="Page"/>
|
| +</enum>
|
| +
|
| <enum name="MediaSessionActionSource" type="int">
|
| <int value="0" label="Media Notification"/>
|
| <int value="1" label="MediaSession (Android)"/>
|
|
|