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

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: Merge branch 'master' into uma_update 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 13904 matching lines...) Expand 10 before | Expand all | Expand 10 after
13915 <action name="StatusArea_SpokenFeedbackDisabled"> 13915 <action name="StatusArea_SpokenFeedbackDisabled">
13916 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13916 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13917 <description>Please enter the description of this user action.</description> 13917 <description>Please enter the description of this user action.</description>
13918 </action> 13918 </action>
13919 13919
13920 <action name="StatusArea_SpokenFeedbackEnabled"> 13920 <action name="StatusArea_SpokenFeedbackEnabled">
13921 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13921 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13922 <description>Please enter the description of this user action.</description> 13922 <description>Please enter the description of this user action.</description>
13923 </action> 13923 </action>
13924 13924
13925 <action name="StatusArea_Update_Default_Selected">
13926 <owner>bruthig@chromium.org</owner>
13927 <owner>tbuckley@chromium.org</owner>
13928 <description>
13929 Counts the number of times the user selects the update row in the system
13930 menu.
13931 </description>
13932 </action>
13933
13925 <action name="StatusArea_VPN_AddBuiltIn"> 13934 <action name="StatusArea_VPN_AddBuiltIn">
13926 <owner>bartfab@chromium.org</owner> 13935 <owner>bartfab@chromium.org</owner>
13927 <description> 13936 <description>
13928 Indicates that the user requested that the built-in dialog for adding an 13937 Indicates that the user requested that the built-in dialog for adding an
13929 OpenVPN or L2TP VPN be shown via the ash UI. 13938 OpenVPN or L2TP VPN be shown via the ash UI.
13930 </description> 13939 </description>
13931 </action> 13940 </action>
13932 13941
13933 <action name="StatusArea_VPN_AddThirdParty"> 13942 <action name="StatusArea_VPN_AddThirdParty">
13934 <owner>bartfab@chromium.org</owner> 13943 <owner>bartfab@chromium.org</owner>
(...skipping 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after
14966 <action name="webapps.AddShortcut.Manifest"> 14975 <action name="webapps.AddShortcut.Manifest">
14967 <owner>mlamouri@chromium.org</owner> 14976 <owner>mlamouri@chromium.org</owner>
14968 <description> 14977 <description>
14969 Shortcut added to the homescreen with a valid Manifest. This action will be 14978 Shortcut added to the homescreen with a valid Manifest. This action will be
14970 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14979 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14971 to keep a trend of whether the webapp also add meta tags. 14980 to keep a trend of whether the webapp also add meta tags.
14972 </description> 14981 </description>
14973 </action> 14982 </action>
14974 14983
14975 </actions> 14984 </actions>
OLDNEW
« ash/common/metrics/user_metrics_action.h ('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