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

Unified Diff: chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc

Issue 16002004: Added login screen mode for adding users into session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clang errors fixed. 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/app_mode/kiosk_app_launcher.cc
diff --git a/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc b/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
index 9301b585b76ab9ce69b9744b42a17a12945df228..5e80dc42ddfbce384643374307ca998b3a44a9cd 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
+++ b/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
@@ -254,7 +254,7 @@ void KioskAppLauncher::OnProfilePrepared(Profile* profile) {
(new chromeos::StartupAppLauncher(profile, app_id_))->Start();
if (LoginDisplayHostImpl::default_host())
- LoginDisplayHostImpl::default_host()->OnSessionStart();
+ LoginDisplayHostImpl::default_host()->Finalize();
UserManager::Get()->SessionStarted();
ReportLaunchResult(KioskAppLaunchError::NONE);

Powered by Google App Engine
This is Rietveld 408576698