| Index: chrome/browser/policy/user_policy_identity_strategy.cc
|
| diff --git a/chrome/browser/policy/user_policy_identity_strategy.cc b/chrome/browser/policy/user_policy_identity_strategy.cc
|
| index 28bce1022bf460f7438ae6d1479a2117d3dcd4e5..645439af6e661e07729347c2182fe26d65f5b0fe 100644
|
| --- a/chrome/browser/policy/user_policy_identity_strategy.cc
|
| +++ b/chrome/browser/policy/user_policy_identity_strategy.cc
|
| @@ -166,7 +166,11 @@ std::string UserPolicyIdentityStrategy::GetDeviceID() {
|
| }
|
|
|
| std::string UserPolicyIdentityStrategy::GetMachineID() {
|
| - return "";
|
| + return std::string();
|
| +}
|
| +
|
| +std::string UserPolicyIdentityStrategy::GetMachineModel() {
|
| + return std::string();
|
| }
|
|
|
| em::DeviceRegisterRequest_Type
|
|
|