| Index: chrome/browser/chromeos/login/wizard_controller.cc
|
| diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc
|
| index 236368a207097af7b8f259125c6bc02ae248519b..41b9dc3b4fb292df326ac208118f8dd889998e31 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.cc
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.cc
|
| @@ -555,7 +555,7 @@ void WizardController::OnEnrollmentDone() {
|
| ExistingUserController::current_controller()->PrepareKioskAppLaunch();
|
|
|
| // KioskAppLauncher deletes itself when done.
|
| - (new KioskAppLauncher(auto_launch_app))->Start();
|
| + (new KioskAppLauncher(KioskAppManager::Get(), auto_launch_app))->Start();
|
| } else if (!force_enrollment_ || can_exit_enrollment_) {
|
| ShowLoginScreen();
|
| }
|
|
|