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 350cb423b0d3075e50f87eed73ae362b5385b509..f2c45696935d7cc37ffb50c763c3e2ee7dc7d2f4 100644 |
--- a/components/policy/core/common/cloud/cloud_policy_constants.h |
+++ b/components/policy/core/common/cloud/cloud_policy_constants.h |
@@ -52,6 +52,9 @@ enum PolicyFetchStatus { |
} // namespace dm_protocol |
+// The header used to transmit the policy ID for this client. |
+POLICY_EXPORT extern const char kChromePolicyHeader[]; |
+ |
// Information about the verification key used to verify that policy signing |
// keys are valid. |
POLICY_EXPORT std::string GetPolicyVerificationKey(); |