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

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
« 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 13897 matching lines...) Expand 10 before | Expand all | Expand 10 after
13908 <action name="StatusArea_Network_WifiDisabled"> 13908 <action name="StatusArea_Network_WifiDisabled">
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_Network_WifiEnabled"> 13913 <action name="StatusArea_Network_WifiEnabled">
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_OS_Update_Default_Selected">
13919 <owner>bruthig@chromium.org</owner>
13920 <owner>tbuckley@chromium.org</owner>
13921 <description>
13922 Counts the number of times the user selects the update row in the system
13923 menu.
13924 </description>
13925 </action>
13926
13918 <action name="StatusArea_SMS_Detailed"> 13927 <action name="StatusArea_SMS_Detailed">
13919 <owner>tbuckley@chromium.org</owner> 13928 <owner>tbuckley@chromium.org</owner>
13920 <owner>bruthig@chromium.org</owner> 13929 <owner>bruthig@chromium.org</owner>
13921 <description> 13930 <description>
13922 Counts the number of times the user has opened the &quot;SMS messages &quot; 13931 Counts the number of times the user has opened the &quot;SMS messages &quot;
13923 detailed view in the system menu. 13932 detailed view in the system menu.
13924 </description> 13933 </description>
13925 </action> 13934 </action>
13926 13935
13927 <action name="StatusArea_SMS_Detailed_DismissMsg"> 13936 <action name="StatusArea_SMS_Detailed_DismissMsg">
(...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after
15018 <action name="webapps.AddShortcut.Manifest"> 15027 <action name="webapps.AddShortcut.Manifest">
15019 <owner>mlamouri@chromium.org</owner> 15028 <owner>mlamouri@chromium.org</owner>
15020 <description> 15029 <description>
15021 Shortcut added to the homescreen with a valid Manifest. This action will be 15030 Shortcut added to the homescreen with a valid Manifest. This action will be
15022 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15031 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15023 to keep a trend of whether the webapp also add meta tags. 15032 to keep a trend of whether the webapp also add meta tags.
15024 </description> 15033 </description>
15025 </action> 15034 </action>
15026 15035
15027 </actions> 15036 </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