| Index: chrome/browser/chromeos/policy/enrollment_handler_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/policy/enrollment_handler_chromeos.cc b/chrome/browser/chromeos/policy/enrollment_handler_chromeos.cc
|
| index 1b606d0e069d7b63ec8a4c3218c779abd28bc5eb..3338b0d42dd4db4edfe558703e15990b91a3ecec 100644
|
| --- a/chrome/browser/chromeos/policy/enrollment_handler_chromeos.cc
|
| +++ b/chrome/browser/chromeos/policy/enrollment_handler_chromeos.cc
|
| @@ -186,7 +186,7 @@ void EnrollmentHandlerChromeOS::OnPolicyFetched(CloudPolicyClient* client) {
|
| // TODO(mnissler): Plumb the enrolling user's username into this object so we
|
| // can validate the username on the resulting policy, and use the domain from
|
| // that username to validate the key below (http://crbug.com/343074).
|
| - validator->ValidateInitialKey(GetPolicyVerificationKey(), domain);
|
| + validator->ValidateInitialKey(domain);
|
| validator.release()->StartValidation(
|
| base::Bind(&EnrollmentHandlerChromeOS::HandlePolicyValidationResult,
|
| weak_ptr_factory_.GetWeakPtr()));
|
|
|