| Index: chrome/browser/chromeos/app_mode/startup_app_launcher.cc
|
| diff --git a/chrome/browser/chromeos/app_mode/startup_app_launcher.cc b/chrome/browser/chromeos/app_mode/startup_app_launcher.cc
|
| index 635afc7f80f10a00cd42eaac3d60424132a10033..6a2451e6567c788c8f69ac65428e33b62212c95e 100644
|
| --- a/chrome/browser/chromeos/app_mode/startup_app_launcher.cc
|
| +++ b/chrome/browser/chromeos/app_mode/startup_app_launcher.cc
|
| @@ -358,11 +358,6 @@ void StartupAppLauncher::OnLaunchFailure(KioskAppLaunchError::Error error) {
|
| delegate_->OnLaunchFailed(error);
|
| }
|
|
|
| -void StartupAppLauncher::OnUpdateCheckFinished() {
|
| - OnReadyToLaunch();
|
| - UpdateAppData();
|
| -}
|
| -
|
| void StartupAppLauncher::BeginInstall() {
|
| KioskAppManager::Get()->InstallFromCache(app_id_);
|
| if (extensions::ExtensionSystem::Get(profile_)
|
| @@ -390,6 +385,7 @@ void StartupAppLauncher::BeginInstall() {
|
|
|
| void StartupAppLauncher::OnReadyToLaunch() {
|
| ready_to_launch_ = true;
|
| + UpdateAppData();
|
| delegate_->OnReadyToLaunch();
|
| }
|
|
|
|
|