| Index: chrome/browser/chromeos/login/signed_settings.cc
|
| diff --git a/chrome/browser/chromeos/login/signed_settings.cc b/chrome/browser/chromeos/login/signed_settings.cc
|
| index 31921cf6cf49dc2fbdeeb2b8c2555b190049b005..32709d543dc63babe52c88f521209fa12e1cde81 100644
|
| --- a/chrome/browser/chromeos/login/signed_settings.cc
|
| +++ b/chrome/browser/chromeos/login/signed_settings.cc
|
| @@ -372,6 +372,8 @@ void StorePropertyOp::SetInPolicy(const std::string& prop,
|
| if ((*i)->GetAsString(&email))
|
| whitelist_proto->add_user_whitelist(email.c_str());
|
| }
|
| + } else if (prop == kDeviceOwner) {
|
| + // We don't serialize this one to the policy blob.
|
| } else {
|
| NOTREACHED();
|
| }
|
|
|