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

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

Issue 131463005: kiosk: Show network screen for interrupted enrollment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | chrome/browser/chromeos/login/login_ui_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_display_host_impl.cc
diff --git a/chrome/browser/chromeos/login/login_display_host_impl.cc b/chrome/browser/chromeos/login/login_display_host_impl.cc
index e1be6feb2126fdc7692a7169a065a964089fb8b5..50e6c66f054200ea032c404864ce01e832d6d9ad 100644
--- a/chrome/browser/chromeos/login/login_display_host_impl.cc
+++ b/chrome/browser/chromeos/login/login_display_host_impl.cc
@@ -1119,7 +1119,10 @@ void ShowLoginWizard(const std::string& first_screen_name) {
chromeos::WizardController::ShouldAutoStartEnrollment() &&
!g_browser_process->browser_policy_connector()->IsEnterpriseManaged();
if (should_show_enrollment_screen) {
- display_host->StartWizard(chromeos::WizardController::kEnrollmentScreenName,
+ // Shows networks screen instead of enrollment screen to resume the
+ // interrupted auto start enrollment flow because enrollment screen does
+ // not handle flaky network. See http://crbug.com/332572
+ display_host->StartWizard(chromeos::WizardController::kNetworkScreenName,
scoped_ptr<base::DictionaryValue>());
return;
}
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/login_ui_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698