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

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: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index ca99234e954c4a6bf691c8b69929827819106440..7c7eb6a2fee9039154642fe38eb861794421ace5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29986,6 +29986,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">
+ <owner>zhaobin@chromium.org</owner>
+ <summary>The number of available DIAL devices.</summary>
+</histogram>
+
+<histogram name="MediaRouter.Dial.KnownDevicesCount">
+ <owner>zhaobin@chromium.org</owner>
+ <summary>The number of known DIAL devices.</summary>
+</histogram>
+
<histogram name="MediaRouter.Icon.Click.Location"
enum="MediaRouterDialogOpenOrigin">
<owner>apacible@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698