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

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

Issue 2129913003: Added UMA Metrics for SMS UI in the status area. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated owner & description in actions.xml and other polish. 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 13882 matching lines...) Expand 10 before | Expand all | Expand 10 after
13893 <action name="StatusArea_Network_WifiDisabled"> 13893 <action name="StatusArea_Network_WifiDisabled">
13894 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13894 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13895 <description>Please enter the description of this user action.</description> 13895 <description>Please enter the description of this user action.</description>
13896 </action> 13896 </action>
13897 13897
13898 <action name="StatusArea_Network_WifiEnabled"> 13898 <action name="StatusArea_Network_WifiEnabled">
13899 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13899 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13900 <description>Please enter the description of this user action.</description> 13900 <description>Please enter the description of this user action.</description>
13901 </action> 13901 </action>
13902 13902
13903 <action name="StatusArea_SMS_Detailed">
13904 <owner>tbuckley@chromium.org</owner>
13905 <owner>bruthig@chromium.org</owner>
13906 <description>
13907 Counts the number of times the user has clicked on the &quot;SMS messages
tdanderson 2016/07/07 17:49:02 I would word as "Counts the number of times the us
bruthig 2016/07/07 18:01:38 Done.
13908 &quot; status tray item and is now in the detail view.
13909 </description>
13910 </action>
13911
13912 <action name="StatusArea_SMS_DismissMsg_Detailed">
13913 <owner>tbuckley@chromium.org</owner>
13914 <owner>bruthig@chromium.org</owner>
13915 <description>
13916 Counts the number of times the user has dismissed an SMS message from the
13917 SMS message detailed view in the status tray.
tdanderson 2016/07/07 17:49:02 "in the system menu" rather than "in the status tr
bruthig 2016/07/07 18:01:38 Done.
13918 </description>
13919 </action>
13920
13921 <action name="StatusArea_SMS_DismissMsg_Notification">
13922 <owner>tbuckley@chromium.org</owner>
13923 <owner>bruthig@chromium.org</owner>
13924 <description>
13925 Counts the number of times the user has dismissed an SMS message from the
13926 SMS message notification view in the status tray.
tdanderson 2016/07/07 17:49:02 Technically should also be "in the system menu" bu
bruthig 2016/07/07 18:01:38 Done.
13927 </description>
13928 </action>
13929
13903 <action name="StatusArea_SignOut"> 13930 <action name="StatusArea_SignOut">
13904 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13931 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13905 <description>Please enter the description of this user action.</description> 13932 <description>Please enter the description of this user action.</description>
13906 </action> 13933 </action>
13907 13934
13908 <action name="StatusArea_SpokenFeedbackDisabled"> 13935 <action name="StatusArea_SpokenFeedbackDisabled">
13909 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13936 <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> 13937 <description>Please enter the description of this user action.</description>
13911 </action> 13938 </action>
13912 13939
(...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after
14959 <action name="webapps.AddShortcut.Manifest"> 14986 <action name="webapps.AddShortcut.Manifest">
14960 <owner>mlamouri@chromium.org</owner> 14987 <owner>mlamouri@chromium.org</owner>
14961 <description> 14988 <description>
14962 Shortcut added to the homescreen with a valid Manifest. This action will be 14989 Shortcut added to the homescreen with a valid Manifest. This action will be
14963 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14990 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14964 to keep a trend of whether the webapp also add meta tags. 14991 to keep a trend of whether the webapp also add meta tags.
14965 </description> 14992 </description>
14966 </action> 14993 </action>
14967 14994
14968 </actions> 14995 </actions>
OLDNEW
« ash/common/system/chromeos/network/tray_sms.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