Index: components/policy/core/common/cloud/cloud_policy_client.h |
diff --git a/components/policy/core/common/cloud/cloud_policy_client.h b/components/policy/core/common/cloud/cloud_policy_client.h |
index 1f4f6efd9c94364d1e72da709a128198fa4aaa04..142202f7e5965a7f9cf04c4aa950e5f4fc6a9bf7 100644 |
--- a/components/policy/core/common/cloud/cloud_policy_client.h |
+++ b/components/policy/core/common/cloud/cloud_policy_client.h |
@@ -113,6 +113,7 @@ class POLICY_EXPORT CloudPolicyClient { |
virtual void Register( |
enterprise_management::DeviceRegisterRequest::Type registration_type, |
enterprise_management::DeviceRegisterRequest::Flavor flavor, |
+ enterprise_management::LicenseType::LicenseTypeEnum license_type, |
const std::string& auth_token, |
const std::string& client_id, |
const std::string& requisition, |
@@ -124,6 +125,7 @@ class POLICY_EXPORT CloudPolicyClient { |
virtual void RegisterWithCertificate( |
enterprise_management::DeviceRegisterRequest::Type registration_type, |
enterprise_management::DeviceRegisterRequest::Flavor flavor, |
+ enterprise_management::LicenseType::LicenseTypeEnum license_type, |
const std::string& pem_certificate_chain, |
const std::string& client_id, |
const std::string& requisition, |