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

Unified Diff: chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc

Issue 2151113002: kiosk: Show network config UI after profile load (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a state/message while waiting Created 4 years, 5 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/screens/app_launch_splash_screen_actor.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc
index 23ee625884db82728dfc373df8bc66edcabc693e..b40d2469519630a47138462e8c49fb2985ac9654 100644
--- a/chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc
@@ -254,6 +254,8 @@ int AppLaunchSplashScreenHandler::GetProgressMessageFromState(
return IDS_APP_START_WAIT_FOR_APP_WINDOW_MESSAGE;
case APP_LAUNCH_STATE_NETWORK_WAIT_TIMEOUT:
return IDS_APP_START_NETWORK_WAIT_TIMEOUT_MESSAGE;
+ case APP_LAUNCH_STATE_SHOWING_NETWORK_CONFIGURE_UI:
+ return IDS_APP_START_SHOWING_NETWORK_CONFIGURE_UI_MESSAGE;
}
return IDS_APP_START_NETWORK_WAIT_MESSAGE;
}
« no previous file with comments | « chrome/browser/chromeos/login/screens/app_launch_splash_screen_actor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698