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

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

Issue 995763004: kiosk: Fix bailout shortcut not working. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3378e9979d479d658dd8bf65be5201b7e9fa8fef..dc4df76dc988639a8927728507dceed3dd832d32 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.cc
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc
@@ -845,6 +845,9 @@ void ExistingUserController::LoginAsPublicSession(
void ExistingUserController::LoginAsKioskApp(const std::string& app_id,
bool diagnostic_mode) {
+ // Reenable login display so that bailout shortcut key works.
+ login_display_->SetUIEnabled(true);
+
const bool auto_start = false;
host_->StartAppLaunch(app_id, diagnostic_mode, auto_start);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698