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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « base/metrics/user_metrics_action.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 13792 matching lines...) Expand 10 before | Expand all | Expand 10 after
13803 </description> 13803 </description>
13804 </action> 13804 </action>
13805 13805
13806 <action name="StatusArea_Cast_StopCast"> 13806 <action name="StatusArea_Cast_StopCast">
13807 <owner>jdufault@chromium.org</owner> 13807 <owner>jdufault@chromium.org</owner>
13808 <description> 13808 <description>
13809 Counts the number of times the user has stopped a cast from the system tray. 13809 Counts the number of times the user has stopped a cast from the system tray.
13810 </description> 13810 </description>
13811 </action> 13811 </action>
13812 13812
13813 <action name="StatusArea_Display_Default_Selected">
13814 <owner>bruthig@chromium.org</owner>
13815 <owner>tbuckley@chromium.org</owner>
13816 <description>
13817 Counts the number of times the user selects the display row in the system
13818 menu. This action does not always open the display settings, e.g. if the row
13819 is slected from the lock screen. Use the
13820 StatusArea_Display_Default_ShowSettings metric to see how often the settings
13821 are actually launched.
13822 </description>
13823 </action>
13824
13825 <action name="StatusArea_Display_Default_ShowSettings">
13826 <owner>bruthig@chromium.org</owner>
13827 <owner>tbuckley@chromium.org</owner>
13828 <description>
13829 Counts the number of times the display settings are opened as a result of
13830 the user selecting the display row in the system menu.
13831 </description>
13832 </action>
13833
13834 <action name="StatusArea_Display_Notification_Created">
13835 <owner>bruthig@chromium.org</owner>
13836 <owner>tbuckley@chromium.org</owner>
13837 <description>
13838 Counts the number of times a new display notification is added to the
13839 notification center.
13840 </description>
13841 </action>
13842
13843 <action name="StatusArea_Display_Notification_Selected">
13844 <owner>bruthig@chromium.org</owner>
13845 <owner>tbuckley@chromium.org</owner>
13846 <description>
13847 Counts the number of times the user selects the display notification. This
13848 action does not always open the display settings, e.g. if the notification
13849 is selected from the lock screen. Use the
13850 StatusArea_Display_Notification_Show_Settings metric to see how often the
13851 settings are actually launched. Note these notifications are managed by the
13852 notification center.
13853 </description>
13854 </action>
13855
13856 <action name="StatusArea_Display_Notification_Show_Settings">
13857 <owner>bruthig@chromium.org</owner>
13858 <owner>tbuckley@chromium.org</owner>
13859 <description>
13860 Counts the number of times the display settings are opened as a result of
13861 the user selecting the display notification. Note these notifications are
13862 managed by the notification center.
13863 </description>
13864 </action>
13865
13813 <action name="StatusArea_Drive_CancelOperation"> 13866 <action name="StatusArea_Drive_CancelOperation">
13814 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13867 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13815 <description>Please enter the description of this user action.</description> 13868 <description>Please enter the description of this user action.</description>
13816 </action> 13869 </action>
13817 13870
13818 <action name="StatusArea_Drive_Detailed"> 13871 <action name="StatusArea_Drive_Detailed">
13819 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13872 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13820 <description>Please enter the description of this user action.</description> 13873 <description>Please enter the description of this user action.</description>
13821 </action> 13874 </action>
13822 13875
(...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after
15055 <action name="webapps.AddShortcut.Manifest"> 15108 <action name="webapps.AddShortcut.Manifest">
15056 <owner>mlamouri@chromium.org</owner> 15109 <owner>mlamouri@chromium.org</owner>
15057 <description> 15110 <description>
15058 Shortcut added to the homescreen with a valid Manifest. This action will be 15111 Shortcut added to the homescreen with a valid Manifest. This action will be
15059 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15112 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15060 to keep a trend of whether the webapp also add meta tags. 15113 to keep a trend of whether the webapp also add meta tags.
15061 </description> 15114 </description>
15062 </action> 15115 </action>
15063 15116
15064 </actions> 15117 </actions>
OLDNEW
« 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