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

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: Fix JS. 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
« no previous file with comments | « tools/metrics/actions/actions.xml ('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 273b211a37bc7c8d388b4ab9a95d884e771e5add..54a4cf5bbc8fce9119b0892d88cf0da6e5b5df01 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18739,6 +18739,28 @@ 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"
+ enum="BooleanSuccess">
+ <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 +66086,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)"/>
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698