| 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_;
|
|
|
|
|