Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 273b211a37bc7c8d388b4ab9a95d884e771e5add..3b6ff8aa932bdc4282e3aae4744f2af0af8152eb 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -18739,6 +18739,27 @@ 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"> |
|
Ilya Sherman
2015/10/23 20:40:22
Please associate an enum with this histogram.
apacible
2015/10/23 22:52:55
Done.
|
| + <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 +66085,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)"/> |