| Index: components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc
|
| diff --git a/components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc b/components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc
|
| index 381b5f9d25a02872cfd94d1af4df5bd520e25445..22b011354c36de1a649d9b99fda8682a6f5cdceb 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc
|
| +++ b/components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc
|
| @@ -265,7 +265,8 @@ void CloudPolicyClientRegistrationHelper::OnGetUserInfoSuccess(
|
| client_->Register(
|
| registration_type_,
|
| enterprise_management::DeviceRegisterRequest::FLAVOR_USER_REGISTRATION,
|
| - oauth_access_token_, std::string(), std::string(), std::string());
|
| + enterprise_management::LicenseType::UNDEFINED, oauth_access_token_,
|
| + std::string(), std::string(), std::string());
|
| }
|
|
|
| void CloudPolicyClientRegistrationHelper::OnPolicyFetched(
|
|
|