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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 2125403002: Added UMA metrics for the system update UI in the status area. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 13897 matching lines...) Expand 10 before | Expand all | Expand 10 after
13908 <action name="StatusArea_SpokenFeedbackDisabled"> 13908 <action name="StatusArea_SpokenFeedbackDisabled">
13909 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13909 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13910 <description>Please enter the description of this user action.</description> 13910 <description>Please enter the description of this user action.</description>
13911 </action> 13911 </action>
13912 13912
13913 <action name="StatusArea_SpokenFeedbackEnabled"> 13913 <action name="StatusArea_SpokenFeedbackEnabled">
13914 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13914 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13915 <description>Please enter the description of this user action.</description> 13915 <description>Please enter the description of this user action.</description>
13916 </action> 13916 </action>
13917 13917
13918 <action name="StatusArea_Update_Default_Clicked">
13919 <owner>bruthig@chromium.org</owner>
13920 <owner>tbuckley@chromium.org</owner>
13921 <description>
13922 Counts the number of times the user clicks the update row in the system
tdanderson 2016/07/07 21:36:43 nit: "clicks" -> "selects" or "clicks/taps"
bruthig 2016/07/08 17:49:44 Done.
13923 menu.
13924 </description>
13925 </action>
13926
13918 <action name="StatusArea_VPN_AddBuiltIn"> 13927 <action name="StatusArea_VPN_AddBuiltIn">
13919 <owner>bartfab@chromium.org</owner> 13928 <owner>bartfab@chromium.org</owner>
13920 <description> 13929 <description>
13921 Indicates that the user requested that the built-in dialog for adding an 13930 Indicates that the user requested that the built-in dialog for adding an
13922 OpenVPN or L2TP VPN be shown via the ash UI. 13931 OpenVPN or L2TP VPN be shown via the ash UI.
13923 </description> 13932 </description>
13924 </action> 13933 </action>
13925 13934
13926 <action name="StatusArea_VPN_AddThirdParty"> 13935 <action name="StatusArea_VPN_AddThirdParty">
13927 <owner>bartfab@chromium.org</owner> 13936 <owner>bartfab@chromium.org</owner>
(...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after
14959 <action name="webapps.AddShortcut.Manifest"> 14968 <action name="webapps.AddShortcut.Manifest">
14960 <owner>mlamouri@chromium.org</owner> 14969 <owner>mlamouri@chromium.org</owner>
14961 <description> 14970 <description>
14962 Shortcut added to the homescreen with a valid Manifest. This action will be 14971 Shortcut added to the homescreen with a valid Manifest. This action will be
14963 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14972 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14964 to keep a trend of whether the webapp also add meta tags. 14973 to keep a trend of whether the webapp also add meta tags.
14965 </description> 14974 </description>
14966 </action> 14975 </action>
14967 14976
14968 </actions> 14977 </actions>
OLDNEW
« 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