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

Unified Diff: components/policy/core/common/cloud/cloud_policy_client.h

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
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | components/policy/core/common/cloud/cloud_policy_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | components/policy/core/common/cloud/cloud_policy_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698