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

Unified Diff: chrome/browser/chromeos/login/screens/app_launch_splash_screen_actor.h

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
Index: chrome/browser/chromeos/login/screens/app_launch_splash_screen_actor.h
diff --git a/chrome/browser/chromeos/login/screens/app_launch_splash_screen_actor.h b/chrome/browser/chromeos/login/screens/app_launch_splash_screen_actor.h
index 0f2cde54511f76dd93fccac8a05c499d2b9d6fe3..a1816bff51c574d9d90f56655aa883214a839310 100644
--- a/chrome/browser/chromeos/login/screens/app_launch_splash_screen_actor.h
+++ b/chrome/browser/chromeos/login/screens/app_launch_splash_screen_actor.h
@@ -19,6 +19,7 @@ class AppLaunchSplashScreenActor {
APP_LAUNCH_STATE_INSTALLING_APPLICATION,
APP_LAUNCH_STATE_WAITING_APP_WINDOW,
APP_LAUNCH_STATE_NETWORK_WAIT_TIMEOUT,
+ APP_LAUNCH_STATE_SHOWING_NETWORK_CONFIGURE_UI,
};
class Delegate {

Powered by Google App Engine
This is Rietveld 408576698