| Index: chrome/browser/policy/cloud_policy_identity_strategy.h
|
| diff --git a/chrome/browser/policy/cloud_policy_identity_strategy.h b/chrome/browser/policy/cloud_policy_identity_strategy.h
|
| index 1b4db766fa478ec2233e944664aa176e201a9843..0b4e213bbb0aee3c4e1da5aede0d85f0bfdf7289 100644
|
| --- a/chrome/browser/policy/cloud_policy_identity_strategy.h
|
| +++ b/chrome/browser/policy/cloud_policy_identity_strategy.h
|
| @@ -52,6 +52,9 @@ class CloudPolicyIdentityStrategy {
|
| // Returns physical machine ID for this device.
|
| virtual std::string GetMachineID() = 0;
|
|
|
| + // Returns physical machine model for this device.
|
| + virtual std::string GetMachineModel() = 0;
|
| +
|
| // Returns the policy type to be used for registering at the device management
|
| // server.
|
| virtual em::DeviceRegisterRequest_Type GetPolicyRegisterType() = 0;
|
|
|