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

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

Issue 905763002: Add metrics for supervised user whitelist installation and uninstallation, and absolute count. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@2015_01_19_component_installer
Patch Set: rebase Created 5 years, 10 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. 9 and description for each user action.
10 10
(...skipping 7095 matching lines...) Expand 10 before | Expand all | Expand 10 after
7106 <action name="ManagedUsers_UploadItem_Queued"> 7106 <action name="ManagedUsers_UploadItem_Queued">
7107 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7107 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7108 <description>Please enter the description of this user action.</description> 7108 <description>Please enter the description of this user action.</description>
7109 </action> 7109 </action>
7110 7110
7111 <action name="ManagedUsers_UploadItem_Syncing"> 7111 <action name="ManagedUsers_UploadItem_Syncing">
7112 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7112 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7113 <description>Please enter the description of this user action.</description> 7113 <description>Please enter the description of this user action.</description>
7114 </action> 7114 </action>
7115 7115
7116 <action name="ManagedUsers_Whitelist_Added">
7117 <owner>bauerb@chromium.org</owner>
7118 <owner>treib@chromium.org</owner>
7119 <owner>pam@chromium.org</owner>
7120 <description>
7121 A new whitelist has been installed for a supervised user.
7122 </description>
7123 </action>
7124
7125 <action name="ManagedUsers_Whitelist_Removed">
7126 <owner>bauerb@chromium.org</owner>
7127 <owner>treib@chromium.org</owner>
7128 <owner>pam@chromium.org</owner>
7129 <description>
7130 A new whitelist has been uninstalled for a supervised user.
Ilya Sherman 2015/02/06 23:45:47 nit: I'm not sure what the word "new" means in thi
Bernhard Bauer 2015/02/08 14:05:33 You're right, it doesn't make sense; this was copy
7131 </description>
7132 </action>
7133
7116 <action name="MaxButton_Clk_ExitFS"> 7134 <action name="MaxButton_Clk_ExitFS">
7117 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7135 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7118 <description>Please enter the description of this user action.</description> 7136 <description>Please enter the description of this user action.</description>
7119 </action> 7137 </action>
7120 7138
7121 <action name="MaxButton_Clk_Maximize"> 7139 <action name="MaxButton_Clk_Maximize">
7122 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7140 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7123 <description>Please enter the description of this user action.</description> 7141 <description>Please enter the description of this user action.</description>
7124 </action> 7142 </action>
7125 7143
(...skipping 4782 matching lines...) Expand 10 before | Expand all | Expand 10 after
11908 <action name="webapps.AddShortcut.Manifest"> 11926 <action name="webapps.AddShortcut.Manifest">
11909 <owner>mlamouri@chromium.org</owner> 11927 <owner>mlamouri@chromium.org</owner>
11910 <description> 11928 <description>
11911 Shortcut added to the homescreen with a valid Manifest. This action will be 11929 Shortcut added to the homescreen with a valid Manifest. This action will be
11912 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11930 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11913 to keep a trend of whether the webapp also add meta tags. 11931 to keep a trend of whether the webapp also add meta tags.
11914 </description> 11932 </description>
11915 </action> 11933 </action>
11916 11934
11917 </actions> 11935 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698