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

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

Issue 1169833006: Add metrics for when a cast is started or stopped from the system tray. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Address nit Created 5 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/cast/tray_cast.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 0990180eeba760cd72bda8669dec39d28f30bdaf..5f503dd8d029c0b08de7653f655e07cd6806d823 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -11343,6 +11343,23 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="StatusArea_Cast_Detailed_Launch_Cast">
+ <owner>jdufault@chromium.org</owner>
+ <description>
+ Counts the number of times the user has initiated a cast from the system
+ tray. This does not mean the cast has actually begun, as the user still has
+ to select what to cast (ie, the desktop or a tab) and they may cancel the
+ process.
+ </description>
+</action>
+
+<action name="StatusArea_Cast_StopCast">
+ <owner>jdufault@chromium.org</owner>
+ <description>
+ Counts the number of times the user has stopped a cast from the system tray.
+ </description>
+</action>
+
<action name="StatusArea_Drive_CancelOperation">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
« no previous file with comments | « ash/system/cast/tray_cast.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698