| Index: chrome/browser/chromeos/login/app_launch_controller.cc
|
| diff --git a/chrome/browser/chromeos/login/app_launch_controller.cc b/chrome/browser/chromeos/login/app_launch_controller.cc
|
| index ad559da372cfdb3e3a5d3a83a61b65354fa5767e..27667f894f0288ea5b75c444e6077ce2d4c26fe5 100644
|
| --- a/chrome/browser/chromeos/login/app_launch_controller.cc
|
| +++ b/chrome/browser/chromeos/login/app_launch_controller.cc
|
| @@ -301,6 +301,10 @@ void AppLaunchController::InitializeNetwork() {
|
| AppLaunchSplashScreenActor::APP_LAUNCH_STATE_PREPARING_NETWORK);
|
| }
|
|
|
| +bool AppLaunchController::IsNetworkReady() {
|
| + return app_launch_splash_screen_actor_->IsNetworkReady();
|
| +}
|
| +
|
| void AppLaunchController::OnLoadingOAuthFile() {
|
| app_launch_splash_screen_actor_->UpdateAppLaunchState(
|
| AppLaunchSplashScreenActor::APP_LAUNCH_STATE_LOADING_AUTH_FILE);
|
|
|