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

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: Comment cleanup 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 70f0d5a73680ae5dc71a8bda0db27c6c662b519e..f416234b4f49764553e701db219d9c588eb9bdbb 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.cc
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc
@@ -923,7 +923,7 @@ void ExistingUserController::LoginAsPublicSession(
void ExistingUserController::LoginAsKioskApp(const std::string& app_id,
bool diagnostic_mode) {
- host_->StartAppLaunch(app_id, diagnostic_mode);
+ host_->StartAppLaunch(app_id, diagnostic_mode, false /* auto_start */);
}
void ExistingUserController::ConfigurePublicSessionAutoLogin() {

Powered by Google App Engine
This is Rietveld 408576698