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

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

Issue 2130923002: Added UMA metrics for display settings UI in the status area. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into uma_display 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 51ad5442d8921fcfb176e116ddcd5a687c1efe96..6fc205fdbaa0a2288f765aa89057c561e99b603c 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -13802,6 +13802,55 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="StatusArea_Display_Default_Selected">
+ <owner>bruthig@chromium.org</owner>
+ <owner>tbuckley@chromium.org</owner>
+ <description>
+ Counts the number of times the user selects the display row in the system
tdanderson 2016/07/08 18:37:50 Add something such as "...does not always open the
bruthig 2016/07/08 21:11:17 Done.
+ menu. This action does not always open the display settings. Use the
+ StatusArea_Display_Default_ShowSettings metric for that.
+ </description>
+</action>
+
+<action name="StatusArea_Display_Default_ShowSettings">
+ <owner>bruthig@chromium.org</owner>
+ <owner>tbuckley@chromium.org</owner>
+ <description>
+ Counts the number of times the display settings is opened by the user
+ selecting the display row in the system menu.
tdanderson 2016/07/08 18:37:50 wording: "number of times the display settings are
bruthig 2016/07/08 21:11:17 Done.
+ </description>
+</action>
+
+<action name="StatusArea_Display_Notification_Created">
+ <owner>bruthig@chromium.org</owner>
+ <owner>tbuckley@chromium.org</owner>
+ <description>
+ Counts the number of times a new display notification is created.
tdanderson 2016/07/08 18:37:50 nit: specify this is within the notifications cent
bruthig 2016/07/08 21:11:17 Done.
+ </description>
+</action>
+
+<action name="StatusArea_Display_Notification_Selected">
+ <owner>bruthig@chromium.org</owner>
+ <owner>tbuckley@chromium.org</owner>
+ <description>
+ Counts the number of times the user selects the display notification. This
+ action does not always open the display settings. Use the
+ StatusArea_Display_Notification_Show_Settings metric for that. Note these
+ notifications are managed by the system menu and not the general
+ notification center.
+ </description>
+</action>
+
+<action name="StatusArea_Display_Notification_Show_Settings">
+ <owner>bruthig@chromium.org</owner>
+ <owner>tbuckley@chromium.org</owner>
+ <description>
+ Counts the number of times the display settings is opened by the user
+ selecting the display notification. Note these notifications are managed by
+ the system menu and not the general notification center.
tdanderson 2016/07/08 18:37:50 This is actually part of the notifications center
bruthig 2016/07/08 21:11:17 Done.
+ </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>
« ash/metrics/user_metrics_recorder.cc ('K') | « ash/system/chromeos/tray_display.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698