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

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

Issue 900553006: Updated KioskAppManager to track whether an app was auto-launched. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback Created 5 years, 10 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/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 b74e2edc97bfa1e9481077ab05a241084b6002e0..4a5c0adf3a0ca229a9c6175768f1e287d8c2d982 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.cc
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc
@@ -926,7 +926,8 @@ void ExistingUserController::LoginAsPublicSession(
void ExistingUserController::LoginAsKioskApp(const std::string& app_id,
bool diagnostic_mode) {
- host_->StartAppLaunch(app_id, diagnostic_mode);
+ const bool auto_start = false;
+ host_->StartAppLaunch(app_id, diagnostic_mode, auto_start);
}
void ExistingUserController::ConfigurePublicSessionAutoLogin() {
« no previous file with comments | « chrome/browser/chromeos/login/app_launch_controller.cc ('k') | chrome/browser/chromeos/login/kiosk_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698