| Index: chrome/browser/chromeos/login/existing_user_controller.cc
|
| diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| index c06b1a0cc5c6dfd00c2f67f0c68675dae378e1f0..63e56ceab6660b81ddc439ecd8e8203f9057719f 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| @@ -250,7 +250,8 @@ void ExistingUserController::OnStartEnterpriseEnrollment() {
|
| }
|
|
|
| void ExistingUserController::OnEnrollmentOwnershipCheckCompleted(
|
| - OwnershipService::Status status) {
|
| + OwnershipService::Status status,
|
| + bool current_user_is_owner) {
|
| if (status == OwnershipService::OWNERSHIP_NONE) {
|
| host_->StartWizard(WizardController::kEnterpriseEnrollmentScreenName,
|
| GURL());
|
|
|