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

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

Issue 2649103006: arc: Add splash screen for ARC++ Kiosk startup (Closed)
Patch Set: achuithb@ comments Created 3 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
« no previous file with comments | « chrome/browser/chromeos/login/arc_kiosk_controller.cc ('k') | chrome/browser/chromeos/login/oobe_screen.h » ('j') | 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 6b97e0fc02bb7156cb7ff876c4633602f5fa43f4..17748e8f345a15718157c50b91aaab15b593b8b2 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.cc
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc
@@ -23,6 +23,7 @@
#include "chrome/browser/chrome_notification_types.h"
#include "chrome/browser/chromeos/boot_times_recorder.h"
#include "chrome/browser/chromeos/customization/customization_document.h"
+#include "chrome/browser/chromeos/login/arc_kiosk_controller.h"
#include "chrome/browser/chromeos/login/auth/chrome_login_performer.h"
#include "chrome/browser/chromeos/login/easy_unlock/bootstrap_user_context_initializer.h"
#include "chrome/browser/chromeos/login/easy_unlock/bootstrap_user_flow.h"
@@ -945,9 +946,7 @@ void ExistingUserController::LoginAsKioskApp(const std::string& app_id,
}
void ExistingUserController::LoginAsArcKioskApp(const AccountId& account_id) {
- login_performer_.reset(nullptr);
- login_performer_.reset(new ChromeLoginPerformer(this));
- login_performer_->LoginAsArcKioskAccount(account_id);
+ host_->StartArcKiosk(account_id);
}
void ExistingUserController::ConfigureAutoLogin() {
« no previous file with comments | « chrome/browser/chromeos/login/arc_kiosk_controller.cc ('k') | chrome/browser/chromeos/login/oobe_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698