| Index: chrome/browser/chromeos/app_mode/app_session_lifetime.cc
|
| diff --git a/chrome/browser/chromeos/app_mode/app_session_lifetime.cc b/chrome/browser/chromeos/app_mode/app_session_lifetime.cc
|
| index 7e63ac74ab7aff39809c4e91a459ff147cf6b76d..f9b019874d1ed4823b1c12e4459f04f097acf9f9 100644
|
| --- a/chrome/browser/chromeos/app_mode/app_session_lifetime.cc
|
| +++ b/chrome/browser/chromeos/app_mode/app_session_lifetime.cc
|
| @@ -139,7 +139,7 @@ void InitAppSession(Profile* profile, const std::string& app_id) {
|
| KioskAppUpdateServiceFactory::GetForProfile(profile);
|
| DCHECK(update_service);
|
| if (update_service)
|
| - update_service->set_app_id(app_id);
|
| + update_service->Init(app_id);
|
|
|
| // Start to monitor external update from usb stick.
|
| KioskAppManager::Get()->MonitorKioskExternalUpdate();
|
|
|