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

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

Issue 2132773002: Added UMA metrics for screen capture UI in the status area. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed manual testing code. Created 4 years, 5 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
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index e11e0378f72bba6f6d7ab74b4f91f5dca1e399bb..cde9e8fdf743ab73049892bd7087c8420ddbba16 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -13900,6 +13900,24 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="StatusArea_ScreenCapture_Stopped_Default">
+ <owner>bruthig@chromium.org</owner>
+ <owner>tbuckley@chromium.org</owner>
+ <description>
+ Counts the number of times the user stops screen capturing via the default
+ &quot;Screen Capture&quot; view in the system menu.
tdanderson 2016/07/07 21:54:31 nit: remove quotes Consider rewording for clarity
bruthig 2016/07/08 14:26:53 Done.
+ </description>
+</action>
+
+<action name="StatusArea_ScreenCapture_Stopped_Notification">
+ <owner>bruthig@chromium.org</owner>
+ <owner>tbuckley@chromium.org</owner>
+ <description>
+ Counts the number of times the user stops screen capturing via the &quot;
+ Screen Capture&quot; notification.
tdanderson 2016/07/07 21:54:31 nit: remove quotes Is this notification part of t
bruthig 2016/07/08 14:26:53 Done.
+ </description>
+</action>
+
<action name="StatusArea_SignOut">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
« ash/metrics/user_metrics_recorder.cc ('K') | « ash/metrics/user_metrics_recorder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698