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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 295103013: Add UMA for policy load result of enrolled Chrome OS devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplified. Created 6 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4acd7674c4777fd6ac52a8ad8c407efa76b06fd4..6877d532262cd254b60fa26e0dc6647194e71567 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4930,6 +4930,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Enterprise.EnrolledPolicyHasDMToken" enum="Boolean">
+ <owner>tnagel@chromium.org</owner>
+ <summary>
+ Whether loading of device policy from file on an enterprise-enrolled
+ (checked against install_attributes.pb) Chrome OS device yields an
+ enterprise policy with a DM token. Filled once during session startup,
+ after first successful device policy read.
+ </summary>
+</histogram>
+
<histogram name="Enterprise.Enrollment" enum="EnterpriseEnrollmentType">
<owner>joaodasilva@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698