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

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

Issue 2130923002: Added UMA metrics for display settings 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 13777 matching lines...) Expand 10 before | Expand all | Expand 10 after
13788 </description> 13788 </description>
13789 </action> 13789 </action>
13790 13790
13791 <action name="StatusArea_Cast_StopCast"> 13791 <action name="StatusArea_Cast_StopCast">
13792 <owner>jdufault@chromium.org</owner> 13792 <owner>jdufault@chromium.org</owner>
13793 <description> 13793 <description>
13794 Counts the number of times the user has stopped a cast from the system tray. 13794 Counts the number of times the user has stopped a cast from the system tray.
13795 </description> 13795 </description>
13796 </action> 13796 </action>
13797 13797
13798 <action name="StatusArea_Display_Default_Clicked">
13799 <owner>bruthig@chromium.org</owner>
13800 <owner>tbuckley@chromium.org</owner>
13801 <description>
13802 Counts the number of times the user clicks the default display settings view
13803 in the system menu.
13804 </description>
13805 </action>
13806
13807 <action name="StatusArea_Display_Notification_Clicked">
13808 <owner>bruthig@chromium.org</owner>
13809 <owner>tbuckley@chromium.org</owner>
13810 <description>
13811 Counts the number of times the user clicks a display notification.
13812 </description>
13813 </action>
13814
13798 <action name="StatusArea_Drive_CancelOperation"> 13815 <action name="StatusArea_Drive_CancelOperation">
13799 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13816 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13800 <description>Please enter the description of this user action.</description> 13817 <description>Please enter the description of this user action.</description>
13801 </action> 13818 </action>
13802 13819
13803 <action name="StatusArea_Drive_Detailed"> 13820 <action name="StatusArea_Drive_Detailed">
13804 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13821 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13805 <description>Please enter the description of this user action.</description> 13822 <description>Please enter the description of this user action.</description>
13806 </action> 13823 </action>
13807 13824
(...skipping 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after
14959 <action name="webapps.AddShortcut.Manifest"> 14976 <action name="webapps.AddShortcut.Manifest">
14960 <owner>mlamouri@chromium.org</owner> 14977 <owner>mlamouri@chromium.org</owner>
14961 <description> 14978 <description>
14962 Shortcut added to the homescreen with a valid Manifest. This action will be 14979 Shortcut added to the homescreen with a valid Manifest. This action will be
14963 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14980 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14964 to keep a trend of whether the webapp also add meta tags. 14981 to keep a trend of whether the webapp also add meta tags.
14965 </description> 14982 </description>
14966 </action> 14983 </action>
14967 14984
14968 </actions> 14985 </actions>
OLDNEW
« ash/system/chromeos/tray_display.cc ('K') | « ash/system/chromeos/tray_display.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698