| 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..b261ab6c1fdea133ec8cb47548dba5ba42fd71df 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:
|
| @@ -129,6 +130,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_;
|
|
|