| Index: chrome/browser/chromeos/policy/device_local_account_policy_store.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_local_account_policy_store.cc b/chrome/browser/chromeos/policy/device_local_account_policy_store.cc
|
| index 392cdf8eb9ce6061f7712f75dcbfd131604dbae3..f3914cf8cd5ab754818ded0f42c5bdc9b77f4e19 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account_policy_store.cc
|
| +++ b/chrome/browser/chromeos/policy/device_local_account_policy_store.cc
|
| @@ -168,8 +168,7 @@ void DeviceLocalAccountPolicyStore::CheckKeyAndValidate(
|
| void DeviceLocalAccountPolicyStore::Validate(
|
| scoped_ptr<em::PolicyFetchResponse> policy_response,
|
| const UserCloudPolicyValidator::CompletionCallback& callback,
|
| - chromeos::DeviceSettingsService::OwnershipStatus ownership_status,
|
| - bool is_owner) {
|
| + chromeos::DeviceSettingsService::OwnershipStatus ownership_status) {
|
| DCHECK_NE(chromeos::DeviceSettingsService::OWNERSHIP_UNKNOWN,
|
| ownership_status);
|
| scoped_refptr<chromeos::OwnerKey> key =
|
|
|