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

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

Issue 1423683002: [Media Router] Add P1 UMA metrics for Media Router. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 273b211a37bc7c8d388b4ab9a95d884e771e5add..3b6ff8aa932bdc4282e3aae4744f2af0af8152eb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18739,6 +18739,27 @@ 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.Icon.Click.Location"
+ enum="MediaRouterDialogOpenOrigin">
+ <owner>apacible@chromium.org</owner>
+ <summary>Location the user clicked to open the Media Router dialog.</summary>
+</histogram>
+
+<histogram name="MediaRouter.Ui.Action.StartLocalSessionSuccessful">
Ilya Sherman 2015/10/23 20:40:22 Please associate an enum with this histogram.
apacible 2015/10/23 22:52:55 Done.
+ <owner>apacible@chromium.org</owner>
+ <summary>
+ The number of times a session was successfully started versus failed.
+ </summary>
+</histogram>
+
+<histogram name="MediaRouter.Ui.Device.Count">
+ <owner>apacible@chromium.org</owner>
+ <summary>
+ Counts the number of devices known and populated to the Media Router dialog
+ three seconds after the dialog loads. Always expected to be non-negative.
+ </summary>
+</histogram>
+
<histogram name="Memory.BackingStore">
<owner>hajimehoshi@chromium.org</owner>
<owner>kenjibaheux@google.com</owner>
@@ -66064,6 +66085,13 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="2" label="All external links protected"/>
</enum>
+<enum name="MediaRouterDialogOpenOrigin" type="int">
+ <int value="0" label="Toolbar"/>
+ <int value="1" label="Overflow Menu"/>
+ <int value="2" label="Contextual Menu"/>
+ <int value="3" label="Page"/>
+</enum>
+
<enum name="MediaSessionActionSource" type="int">
<int value="0" label="Media Notification"/>
<int value="1" label="MediaSession (Android)"/>

Powered by Google App Engine
This is Rietveld 408576698