Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index ad509f993de9300e6b4c7904fd3f565dc382a3f8..f7f832008700d090a005cf8da2c45a26c2a46645 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -7113,6 +7113,24 @@ should be able to be added at any place in this file. |
| <description>Please enter the description of this user action.</description> |
| </action> |
| +<action name="ManagedUsers_Whitelist_Added"> |
| + <owner>bauerb@chromium.org</owner> |
| + <owner>treib@chromium.org</owner> |
| + <owner>pam@chromium.org</owner> |
| + <description> |
| + A new whitelist has been installed for a supervised user. |
| + </description> |
| +</action> |
| + |
| +<action name="ManagedUsers_Whitelist_Removed"> |
| + <owner>bauerb@chromium.org</owner> |
| + <owner>treib@chromium.org</owner> |
| + <owner>pam@chromium.org</owner> |
| + <description> |
| + 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
|
| + </description> |
| +</action> |
| + |
| <action name="MaxButton_Clk_ExitFS"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |