| Index: components/policy/core/common/cloud/cloud_policy_constants.h
|
| diff --git a/components/policy/core/common/cloud/cloud_policy_constants.h b/components/policy/core/common/cloud/cloud_policy_constants.h
|
| index c0a7e1bbc9f5ea1e93b3c0bcc4d02cd7a29f7f83..c841d763fc4f76e12fdc70f86955c5c5eb77b875 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_constants.h
|
| +++ b/components/policy/core/common/cloud/cloud_policy_constants.h
|
| @@ -51,6 +51,11 @@ enum PolicyFetchStatus {
|
|
|
| } // namespace dm_protocol
|
|
|
| +// Information about the verification key used to verify that policy signing
|
| +// keys are valid.
|
| +POLICY_EXPORT std::string GetPolicyVerificationKey();
|
| +POLICY_EXPORT extern const char kPolicyVerificationKeyHash[];
|
| +
|
| // Describes the affiliation of a user w.r.t. the device owner.
|
| enum UserAffiliation {
|
| // User is on the same domain the device was registered with.
|
|
|