| Index: chrome/browser/chromeos/login/existing_user_controller.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/existing_user_controller.cc (revision 99240)
|
| +++ chrome/browser/chromeos/login/existing_user_controller.cc (working copy)
|
| @@ -250,8 +250,7 @@
|
| }
|
|
|
| void ExistingUserController::OnEnrollmentOwnershipCheckCompleted(
|
| - OwnershipService::Status status,
|
| - bool current_user_is_owner) {
|
| + OwnershipService::Status status) {
|
| if (status == OwnershipService::OWNERSHIP_NONE) {
|
| host_->StartWizard(WizardController::kEnterpriseEnrollmentScreenName,
|
| GURL());
|
|
|