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

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

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: Fix has_dm_token conditional. 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
« no previous file with comments | « chrome/browser/chromeos/settings/device_settings_service.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 23882ca7c3a981cc82b62b65a379e6c93a9eefd7..23d72971b48035953eafb8d6439d0de5b9d54531 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>
« no previous file with comments | « chrome/browser/chromeos/settings/device_settings_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698