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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2581353002: Use the Windows MDM API to check if the machine is being managed. (Closed)
Patch Set: Fix missing rename from enterprise-user to entprise-managed 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 0191421e4b958b9179ac332b3845e25fcb9c0c31..9f57e783ffed1abd8ce74334537f6f54d8079bed 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14283,6 +14283,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 is a domain or is managed via MDM. This check is performed once at
grt (UTC plus 2) 2017/02/10 12:12:26 nit: "in a domain"?
Roger Tawa OOO till Jul 10th 2017/02/13 20:30:06 Done.
+ 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/update_client/updater_state.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