| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 94e3845d52afa8b8dc23ee7c5e6335a47f9649ae..ac55dcc44bfe7613025988b6cc554a1747b4da00 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -38671,6 +38671,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <int value="26" label="Store token and ID failed">
|
| Enrollment failed because DM token and device ID couldn't be stored.
|
| </int>
|
| + <int value="27" label="Error getting FRE state keys">
|
| + Enrollment failed because FRE state keys couldn't be obtained.
|
| + </int>
|
| + <int value="28" label="Error validating policy">
|
| + Enrollment failed because policy couldn't be validated.
|
| + </int>
|
| + <int value="29" label="Error in CloudPolicyStore">
|
| + Enrollment failed because of error in CloudPolicyStore.
|
| + </int>
|
| + <int value="30" label="Error locking device">
|
| + Enrollment failed because device couldn't be locked.
|
| + </int>
|
| </enum>
|
|
|
| <enum name="EnterprisePolicies" type="int">
|
|
|