| 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..98a8edef2e2a75c070b3546a08b94279b4e93da6 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 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 license_type,
|
| const std::string& pem_certificate_chain,
|
| const std::string& client_id,
|
| const std::string& requisition,
|
|
|