| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 3e0847a7c94fcf6b25fd99b2f30ae2269f9d0d6d..48c4965a26f0b70250114db65cf7c17580a039a7 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -29326,6 +29326,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Result of a request to join a route.</summary>
|
| </histogram>
|
|
|
| +<histogram name="MediaRouter.Provider.RouteControllerCreationOutcome"
|
| + enum="BooleanSuccess">
|
| + <owner>takumif@chromium.org</owner>
|
| + <summary>
|
| + Records whether the Media Route Provider succeeded or failed to create a
|
| + controller for a media route.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="MediaRouter.Provider.TerminateRoute.Result"
|
| enum="MediaRouteProviderResult">
|
| <owner>mfoltz@chromium.org</owner>
|
|
|