Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2291)

Unified Diff: chrome/browser/chromeos/login/wizard_controller.cc

Issue 14927015: Translate device-local account IDs to user IDs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix forward declaration. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
« no previous file with comments | « chrome/browser/chromeos/login/user_manager_impl.cc ('k') | chrome/browser/chromeos/policy/device_local_account.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698