Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(495)

Unified Diff: components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc

Issue 2977033002: Mixed Licenses Enrollment (Closed)
Patch Set: Fix last nit Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698