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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2916163002: [MediaRouter] Record DIAL device counts in DialMediaSinkServiceImpl (Closed)
Patch Set: resolve code review comments from isherman Created 3 years, 6 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/media_router_metrics_unittest.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 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>
« no previous file with comments | « chrome/browser/media/router/media_router_metrics_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698