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 a585b2c265b92ae0ab65b3ae8071b69ef0408906..4e52f2cf4ab1fd04a4d2e522c02c184e88094669 100644 |
--- a/chrome/browser/chromeos/login/app_launch_controller.h |
+++ b/chrome/browser/chromeos/login/app_launch_controller.h |
@@ -87,7 +87,6 @@ |
// 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: |
@@ -99,7 +98,6 @@ |
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; |
@@ -131,7 +129,6 @@ |
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_; |