| 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 dcba46bef0b602f17da3779e4dadc411037d0381..79456323a9734542ab2232349a18161d45105978 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.cc
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.cc
|
| @@ -244,7 +244,8 @@ void ExistingUserController::OnStartEnterpriseEnrollment() {
|
|
|
| void ExistingUserController::OnEnrollmentOwnershipCheckCompleted(
|
| OwnershipService::Status status) {
|
| - if (status == OwnershipService::OWNERSHIP_NONE) {
|
| + if (status == OwnershipService::OWNERSHIP_NONE ||
|
| + status == OwnershipService::OWNERSHIP_ENTERPRISE) {
|
| host_->StartWizard(WizardController::kEnterpriseEnrollmentScreenName,
|
| NULL, GURL());
|
| login_display_->OnFadeOut();
|
|
|