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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 392333003: Add more polices to the protected list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. Created 6 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:
Download patch
« no previous file with comments | « components/policy/core/common/policy_loader_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d28b4789dda423a00099da197fc678e389ebb08e..e312521c3ea5b132e7d62ef668b438bdd965ffd6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5529,6 +5529,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="EnterpriseCheck.InvalidPolicies" enum="EnterprisePolicies">
+ <owner>joaodasilva@chromium.org</owner>
+ <summary>
+ A set of policy rules that were ignored due to integrity violations while
+ parsing the policy data which happens on start-up and when the policy has
+ changed.
+ </summary>
+</histogram>
+
<histogram name="EnterpriseCheck.InvalidPoliciesDetected"
units="disabled policies">
<owner>joaodasilva@chromium.org</owner>
« no previous file with comments | « components/policy/core/common/policy_loader_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698