| Index: chrome/browser/policy/device_token_fetcher.h
|
| diff --git a/chrome/browser/policy/device_token_fetcher.h b/chrome/browser/policy/device_token_fetcher.h
|
| index cd5ddeeb9cc3108cce5cb7d06303fb99148ed23f..fb69e2a66b3eb986d8935b0046534b79f49fd9d1 100644
|
| --- a/chrome/browser/policy/device_token_fetcher.h
|
| +++ b/chrome/browser/policy/device_token_fetcher.h
|
| @@ -55,7 +55,8 @@ class DeviceTokenFetcher
|
| virtual void FetchToken(const std::string& auth_token,
|
| const std::string& device_id,
|
| em::DeviceRegisterRequest_Type policy_type,
|
| - const std::string& machine_id);
|
| + const std::string& machine_id,
|
| + const std::string& machine_model);
|
|
|
| virtual void SetUnmanagedState();
|
|
|
| @@ -150,6 +151,8 @@ class DeviceTokenFetcher
|
| em::DeviceRegisterRequest_Type policy_type_;
|
| // Contains physical machine id to send to the server.
|
| std::string machine_id_;
|
| + // Contains physical machine model to send to server.
|
| + std::string machine_model_;
|
|
|
| // Task that has been scheduled to retry fetching a token.
|
| CancelableTask* retry_task_;
|
|
|