Commit cea02128 authored by Owen Min's avatar Owen Min Committed by Commit Bot

Cleanup EnterpriseCheck metrics on Win

Update the owner and expire date for the following metrics:
EnterpriseCheck.IsDomainJoined
EnterpriseCheck.IsEnterpriseUser
EnterpriseCheck.IsLocalMachine
EnterpriseCheck.IsLocalUser
EnterpriseCheck.IsManaged2

Bug: 1138385
Change-Id: I33c3e6c515680e017e3ba4dcd04010909ba2f576
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476833Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Reviewed-by: default avatarRoger Tawa <rogerta@chromium.org>
Commit-Queue: Marc-André Decoste <mad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817678}
parent da37bf24
...@@ -1561,8 +1561,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1561,8 +1561,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="EnterpriseCheck.IsDomainJoined" enum="BooleanEnabled" <histogram name="EnterpriseCheck.IsDomainJoined" enum="BooleanEnabled"
expires_after="2020-11-15"> expires_after="2021-11-01">
<owner>mad@chromium.org</owner> <owner>pastarmovj@chromium.org</owner>
<owner>rogerta@chromium.org</owner>
<owner>zmin@chromium.org</owner>
<summary> <summary>
Whether the machine is joined to an AD domain. This check is performed once Whether the machine is joined to an AD domain. This check is performed once
at start-up on Windows. at start-up on Windows.
...@@ -1570,8 +1572,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1570,8 +1572,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="EnterpriseCheck.IsEnterpriseUser" enum="BooleanEnabled" <histogram name="EnterpriseCheck.IsEnterpriseUser" enum="BooleanEnabled"
expires_after="2021-03-07"> expires_after="2021-11-01">
<owner>pastarmovj@chromium.org</owner>
<owner>rogerta@chromium.org</owner> <owner>rogerta@chromium.org</owner>
<owner>zmin@chromium.org</owner>
<summary> <summary>
Whether the machine is considered an enterprise user. An enterprise user is 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 either in a domain or is managed via MDM. This check is performed once at
...@@ -1591,8 +1595,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1591,8 +1595,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="EnterpriseCheck.IsLocalMachine" enum="Boolean" <histogram name="EnterpriseCheck.IsLocalMachine" enum="Boolean"
expires_after="2020-06-18"> expires_after="2021-11-01">
<owner>mad@chromium.org</owner> <owner>rogerta@chromium.org</owner>
<owner>pastarmovj@chromium.org</owner>
<owner>zmin@chromium.org</owner>
<summary> <summary>
Whether the full machine name is the same as the short one, identifying a Whether the full machine name is the same as the short one, identifying a
local machine. This check is performed once at start-up on Windows. local machine. This check is performed once at start-up on Windows.
...@@ -1600,8 +1606,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1600,8 +1606,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="EnterpriseCheck.IsLocalUser" enum="Boolean" <histogram name="EnterpriseCheck.IsLocalUser" enum="Boolean"
expires_after="2020-06-18"> expires_after="2021-11-01">
<owner>mad@chromium.org</owner> <owner>pastarmovj@chromium.org</owner>
<owner>rogerta@chromium.org</owner>
<owner>zmin@chromium.org</owner>
<summary> <summary>
Whether the currently logged in user is a local user or not, based on its Whether the currently logged in user is a local user or not, based on its
SAM compatible user name and machine name. This check is performed once at SAM compatible user name and machine name. This check is performed once at
...@@ -1610,9 +1618,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -1610,9 +1618,10 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram> </histogram>
<histogram name="EnterpriseCheck.IsManaged2" enum="BooleanEnabled" <histogram name="EnterpriseCheck.IsManaged2" enum="BooleanEnabled"
expires_after="2021-04-04"> expires_after="2021-11-01">
<owner>rogerta@chromium.org</owner> <owner>rogerta@chromium.org</owner>
<owner>pastarmovj@chromium.org</owner> <owner>pastarmovj@chromium.org</owner>
<owner>zmin@chromium.org</owner>
<summary> <summary>
On Windows: Whether the machine is managed via MDM. On macOS: Whether Chrome On Windows: Whether the machine is managed via MDM. On macOS: Whether Chrome
found a file of managed policies to follow. On Android (OS version found a file of managed policies to follow. On Android (OS version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment