| Index: chrome/browser/policy/cloud/cloud_policy_client.h
|
| diff --git a/chrome/browser/policy/cloud/cloud_policy_client.h b/chrome/browser/policy/cloud/cloud_policy_client.h
|
| index 0fa5c5ff10e749d06d7fd948319b9278d9872dd5..010fe694bea11500f9bb1343d03a27d3bd2880f9 100644
|
| --- a/chrome/browser/policy/cloud/cloud_policy_client.h
|
| +++ b/chrome/browser/policy/cloud/cloud_policy_client.h
|
| @@ -101,7 +101,8 @@ class CloudPolicyClient {
|
| enterprise_management::DeviceRegisterRequest::Type registration_type,
|
| const std::string& auth_token,
|
| const std::string& client_id,
|
| - bool is_auto_enrollment);
|
| + bool is_auto_enrollment,
|
| + const std::string& requisition);
|
|
|
| // Requests a policy fetch. The client being registered is a prerequisite to
|
| // this operation and this call will CHECK if the client is not in registered
|
|
|