Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index ceeaeb1296fa0931d58c0fbbd244f8711f49ffe2..e778caeb27b7f42de141bdb1e52f88efc5478ea1 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -30116,6 +30116,16 @@ 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.Dial.AvailableDevicesCount"> |
|
Ilya Sherman
2017/06/07 04:57:03
nit: Please add units="devices"
zhaobin
2017/06/07 20:45:56
Done.
|
| + <owner>zhaobin@chromium.org</owner> |
| + <summary>The number of available DIAL devices.</summary> |
|
Ilya Sherman
2017/06/07 04:57:03
Please document when this is recorded.
zhaobin
2017/06/07 20:45:56
Done.
|
| +</histogram> |
| + |
| +<histogram name="MediaRouter.Dial.KnownDevicesCount"> |
|
Ilya Sherman
2017/06/07 04:57:03
nit: Please add units="devices"
zhaobin
2017/06/07 20:45:56
Done.
|
| + <owner>zhaobin@chromium.org</owner> |
| + <summary>The number of known DIAL devices.</summary> |
|
Ilya Sherman
2017/06/07 04:57:03
Ditto
zhaobin
2017/06/07 20:45:56
Done.
|
| +</histogram> |
| + |
| <histogram name="MediaRouter.Icon.Click.Location" |
| enum="MediaRouterDialogOpenOrigin"> |
| <owner>apacible@chromium.org</owner> |