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> |