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

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: rebased Created 3 years, 9 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
« base/win/win_util.cc ('K') | « content/renderer/render_process_impl.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 4d01462fa14c1b1a0df7d239da54e629baea66b0..03d8b9944b5bf56239c7068742b9316ee14a853c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14459,6 +14459,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>
« base/win/win_util.cc ('K') | « content/renderer/render_process_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698