| Index: components/policy/core/common/cloud/cloud_policy_validator.h
|
| diff --git a/components/policy/core/common/cloud/cloud_policy_validator.h b/components/policy/core/common/cloud/cloud_policy_validator.h
|
| index 9eb781c7c13c5a08e1adb0cfda64d59612602661..eaa801adb02c378fd891212288f1fec67d4b7c78 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_validator.h
|
| +++ b/components/policy/core/common/cloud/cloud_policy_validator.h
|
| @@ -48,7 +48,8 @@ class POLICY_EXPORT CloudPolicyValidatorBase {
|
| public:
|
| // Validation result codes. These values are also used for UMA histograms by
|
| // UserCloudPolicyStoreChromeOS and must stay stable - new elements should
|
| - // be added at the end before VALIDATION_STATUS_SIZE.
|
| + // be added at the end before VALIDATION_STATUS_SIZE. Also update the
|
| + // associated enum definition in histograms.xml.
|
| enum Status {
|
| // Indicates successful validation.
|
| VALIDATION_OK,
|
|
|