| 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 786a2c920f861ce4b88b89ec61561824729609e0..40d31ea556eb9e2dd310acad0cad2f4b188e5fea 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account_policy_store.cc
|
| +++ b/chrome/browser/chromeos/policy/device_local_account_policy_store.cc
|
| @@ -161,8 +161,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 =
|
|
|