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

Unified Diff: chrome/browser/chromeos/policy/enrollment_handler_chromeos.h

Issue 14843009: Wire the device requisition parameter for enterprise enrollment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mock Created 7 years, 7 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: chrome/browser/chromeos/policy/enrollment_handler_chromeos.h
diff --git a/chrome/browser/chromeos/policy/enrollment_handler_chromeos.h b/chrome/browser/chromeos/policy/enrollment_handler_chromeos.h
index 46ebb45e59b6654af64b967f55f6ff4566cc0cf9..c470e0881f7de331e649a31c77fd0b6aa6708cc7 100644
--- a/chrome/browser/chromeos/policy/enrollment_handler_chromeos.h
+++ b/chrome/browser/chromeos/policy/enrollment_handler_chromeos.h
@@ -55,6 +55,7 @@ class EnrollmentHandlerChromeOS : public CloudPolicyClient::Observer,
const std::string& auth_token,
const std::string& client_id,
bool is_auto_enrollment,
+ const std::string& requisition,
const AllowedDeviceModes& allowed_device_modes,
const EnrollmentCallback& completion_callback);
virtual ~EnrollmentHandlerChromeOS();
@@ -143,6 +144,7 @@ class EnrollmentHandlerChromeOS : public CloudPolicyClient::Observer,
std::string client_id_;
std::string robot_refresh_token_;
bool is_auto_enrollment_;
+ std::string requisition_;
AllowedDeviceModes allowed_device_modes_;
EnrollmentCallback completion_callback_;

Powered by Google App Engine
This is Rietveld 408576698