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

Unified Diff: chrome/browser/chromeos/login/app_launch_controller.h

Issue 209143002: Added shortcut for NW config screen in kiosk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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/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 4e52f2cf4ab1fd04a4d2e522c02c184e88094669..a585b2c265b92ae0ab65b3ae8071b69ef0408906 100644
--- a/chrome/browser/chromeos/login/app_launch_controller.h
+++ b/chrome/browser/chromeos/login/app_launch_controller.h
@@ -87,6 +87,7 @@ class AppLaunchController
// AppLaunchSplashScreenActor::Delegate overrides:
virtual void OnConfigureNetwork() OVERRIDE;
virtual void OnCancelAppLaunch() OVERRIDE;
+ virtual void OnNetworkConfigRequested(bool requested) OVERRIDE;
virtual void OnNetworkStateChanged(bool online) OVERRIDE;
// StartupAppLauncher::Delegate overrides:
@@ -98,6 +99,7 @@ class AppLaunchController
virtual void OnReadyToLaunch() OVERRIDE;
virtual void OnLaunchSucceeded() OVERRIDE;
virtual void OnLaunchFailed(KioskAppLaunchError::Error error) OVERRIDE;
+ virtual bool IsShowingNetworkConfigScreen() OVERRIDE;
// AppLaunchSigninScreen::Delegate overrides:
virtual void OnOwnerSigninSuccess() OVERRIDE;
@@ -129,6 +131,7 @@ class AppLaunchController
bool waiting_for_network_;
bool network_wait_timedout_;
bool showing_network_dialog_;
+ bool network_config_requested_;
int64 launch_splash_start_time_;
static bool skip_splash_wait_;

Powered by Google App Engine
This is Rietveld 408576698