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

Unified Diff: chrome/browser/chromeos/login/app_launch_controller.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
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/login/app_launch_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/app_launch_controller.h
diff --git a/chrome/browser/chromeos/login/app_launch_controller.h b/chrome/browser/chromeos/login/app_launch_controller.h
index a540a67cef5888b5a6c185fb813c0eeec1ef351d..241cbbf99b26e384595b92b14e38680b0d676376 100644
--- a/chrome/browser/chromeos/login/app_launch_controller.h
+++ b/chrome/browser/chromeos/login/app_launch_controller.h
@@ -85,6 +85,10 @@ class AppLaunchController
// owner password might be checked before showing the network configure UI.
void MaybeShowNetworkConfigureUI();
+ // Show network configuration UI when ready (i.e. after app profile is
+ // loaded).
+ void ShowNetworkConfigureUIWhenReady();
+
// KioskProfileLoader::Delegate overrides:
void OnProfileLoaded(Profile* profile) override;
void OnProfileLoadFailed(KioskAppLaunchError::Error error) override;
@@ -137,6 +141,7 @@ class AppLaunchController
bool network_wait_timedout_ = false;
bool showing_network_dialog_ = false;
bool network_config_requested_ = false;
+ bool show_network_config_ui_after_profile_load_ = false;
int64_t launch_splash_start_time_ = 0;
static bool skip_splash_wait_;
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/login/app_launch_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698