| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index ceeaeb1296fa0931d58c0fbbd244f8711f49ffe2..f82426dac96aa5872830d180f92c8e0e49115e49 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -30116,6 +30116,22 @@ 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" units="devices">
|
| + <owner>zhaobin@chromium.org</owner>
|
| + <summary>
|
| + The number of available DIAL devices. Recorded when browser finishes
|
| + discovering DIAL devices. Recording happens roughly once per hour.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="MediaRouter.Dial.KnownDevicesCount" units="devices">
|
| + <owner>zhaobin@chromium.org</owner>
|
| + <summary>
|
| + The number of known DIAL devices. Recorded when browser finishes discovering
|
| + DIAL devices. Recording happens roughly once per hour.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="MediaRouter.Icon.Click.Location"
|
| enum="MediaRouterDialogOpenOrigin">
|
| <owner>apacible@chromium.org</owner>
|
|
|