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

Unified 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: review 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 side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index ad509f993de9300e6b4c7904fd3f565dc382a3f8..7bf2ca5bc2ce2124cbf1825429913875d1dc1f93 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 whitelist has been uninstalled for a supervised user.
+ </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>
« no previous file with comments | « chrome/browser/supervised_user/supervised_user_whitelist_service.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698