Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2894623002: [Media Router] Add UMA metrics for media route controller creation (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « chrome/browser/media/router/mojo/media_router_mojo_metrics.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/media/router/mojo/media_router_mojo_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698