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

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

Issue 7748041: [cros] WebUI: use correct visibility for StatusArea on boot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/webui_login_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/wizard_controller.cc
diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc
index beaa9616842a5425604b049dd8930b6883cccf5f..a24453144cd8665f118d30d57ce09f4383d49c4e 100644
--- a/chrome/browser/chromeos/login/wizard_controller.cc
+++ b/chrome/browser/chromeos/login/wizard_controller.cc
@@ -238,12 +238,14 @@ chromeos::EnterpriseEnrollmentScreen*
}
void WizardController::ShowNetworkScreen() {
+ VLOG(1) << "Showing network screen.";
SetStatusAreaVisible(false);
SetCurrentScreen(GetNetworkScreen());
host_->SetOobeProgress(chromeos::BackgroundView::SELECT_NETWORK);
}
void WizardController::ShowLoginScreen() {
+ VLOG(1) << "Showing login screen.";
SetStatusAreaVisible(true);
host_->SetOobeProgress(chromeos::BackgroundView::SIGNIN);
host_->StartSignInScreen();
« no previous file with comments | « chrome/browser/chromeos/login/webui_login_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698