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

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: Renamed UMA metrics. 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 | « ash/metrics/user_metrics_recorder.cc ('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 13889 matching lines...) Expand 10 before | Expand all | Expand 10 after
13900 <action name="StatusArea_Network_WifiDisabled"> 13900 <action name="StatusArea_Network_WifiDisabled">
13901 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13901 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13902 <description>Please enter the description of this user action.</description> 13902 <description>Please enter the description of this user action.</description>
13903 </action> 13903 </action>
13904 13904
13905 <action name="StatusArea_Network_WifiEnabled"> 13905 <action name="StatusArea_Network_WifiEnabled">
13906 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13906 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13907 <description>Please enter the description of this user action.</description> 13907 <description>Please enter the description of this user action.</description>
13908 </action> 13908 </action>
13909 13909
13910 <action name="StatusArea_SMS_Detailed">
13911 <owner>tbuckley@chromium.org</owner>
13912 <owner>bruthig@chromium.org</owner>
13913 <description>
13914 Counts the number of times the user has opened the &quot;SMS messages &quot;
13915 detailed view in the system menu.
13916 </description>
13917 </action>
13918
13919 <action name="StatusArea_SMS_Detailed_DismissMsg">
13920 <owner>tbuckley@chromium.org</owner>
13921 <owner>bruthig@chromium.org</owner>
13922 <description>
13923 Counts the number of times the user has dismissed an SMS message from the
13924 SMS message detailed view in the system menu.
13925 </description>
13926 </action>
13927
13928 <action name="StatusArea_SMS_Notification_DismissMsg">
13929 <owner>tbuckley@chromium.org</owner>
13930 <owner>bruthig@chromium.org</owner>
13931 <description>
13932 Counts the number of times the user has dismissed an SMS message
13933 notification. Note these notifications are managed by the system menu and
13934 not the general notification center.
13935 </description>
13936 </action>
13937
13910 <action name="StatusArea_SignOut"> 13938 <action name="StatusArea_SignOut">
13911 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13939 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13912 <description>Please enter the description of this user action.</description> 13940 <description>Please enter the description of this user action.</description>
13913 </action> 13941 </action>
13914 13942
13915 <action name="StatusArea_SpokenFeedbackDisabled"> 13943 <action name="StatusArea_SpokenFeedbackDisabled">
13916 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13944 <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> 13945 <description>Please enter the description of this user action.</description>
13918 </action> 13946 </action>
13919 13947
(...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after
14966 <action name="webapps.AddShortcut.Manifest"> 14994 <action name="webapps.AddShortcut.Manifest">
14967 <owner>mlamouri@chromium.org</owner> 14995 <owner>mlamouri@chromium.org</owner>
14968 <description> 14996 <description>
14969 Shortcut added to the homescreen with a valid Manifest. This action will be 14997 Shortcut added to the homescreen with a valid Manifest. This action will be
14970 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14998 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14971 to keep a trend of whether the webapp also add meta tags. 14999 to keep a trend of whether the webapp also add meta tags.
14972 </description> 15000 </description>
14973 </action> 15001 </action>
14974 15002
14975 </actions> 15003 </actions>
OLDNEW
« no previous file with comments | « ash/metrics/user_metrics_recorder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698