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

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

Issue 2581353002: Use the Windows MDM API to check if the machine is being managed. (Closed)
Patch Set: Address review comments Created 3 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index eb17a0cc14d781f78a71e26c4012c0fa3a75adbc..0ac58b4cde15b1207588aa92d78809fc126a52f7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14354,6 +14354,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="EnterpriseCheck.IsEnterpriseUser" enum="BooleanEnabled">
+ <owner>rogerta@chromium.org</owner>
+ <summary>
+ Whether the machine is considered an enterprise user. An enterprise user is
+ either in a domain or is managed via MDM. This check is performed once at
+ start-up on Windows.
+ </summary>
+</histogram>
+
+<histogram name="EnterpriseCheck.IsManaged" enum="BooleanEnabled">
+ <owner>rogerta@chromium.org</owner>
+ <summary>
+ Whether the machine is managed via MDM. This check is performed once at
+ start-up on Windows.
+ </summary>
+</histogram>
+
<histogram name="EnterpriseCheck.OSType" enum="OsSuite">
<owner>mnissler@chromium.org</owner>
<owner>pastarmovj@chromium.org</owner>
« components/policy/core/common/policy_loader_win.cc ('K') | « components/update_client/utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698