Chromium Code Reviews| 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 */); |
|
Dmitry Polukhin
2015/02/06 13:41:32
Nit, I think better to create names local variable
Andrew T Wilson (Slow)
2015/02/06 20:43:50
Done.
|
| } |
| void ExistingUserController::ConfigurePublicSessionAutoLogin() { |