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

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
« no previous file with comments | « base/metrics/user_metrics_action.h ('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 c14d60a94a7b15a6d16bde2fd2bedcd6021b0e79..017f6274c148178b902372aefb7708e9a94e2395 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -13810,6 +13810,59 @@ 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
+ menu. This action does not always open the display settings, e.g. if the row
+ is slected from the lock screen. Use the
+ StatusArea_Display_Default_ShowSettings metric to see how often the settings
+ are actually launched.
+ </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 are opened as a result of
+ the user selecting the display row in the system menu.
+ </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 added to the
+ notification center.
+ </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, e.g. if the notification
+ is selected from the lock screen. Use the
+ StatusArea_Display_Notification_Show_Settings metric to see how often the
+ settings are actually launched. Note these notifications are managed by the
+ 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 are opened as a result of
+ the user selecting the display notification. Note these notifications are
+ managed by the notification center.
+ </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 | « base/metrics/user_metrics_action.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698