| 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 a7652a3fa33a39e87ca134d7316bbf2e8c46d23c..d43781dfe169c1f9837288cb76b1d962b6184c37 100644
|
| --- a/chrome/browser/chromeos/app_mode/startup_app_launcher.cc
|
| +++ b/chrome/browser/chromeos/app_mode/startup_app_launcher.cc
|
| @@ -90,6 +90,8 @@ StartupAppLauncher::~StartupAppLauncher() {
|
| // through a user bailout shortcut.
|
| ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)
|
| ->RemoveObserver(this);
|
| + extensions::InstallTrackerFactory::GetForBrowserContext(profile_)
|
| + ->RemoveObserver(this);
|
| }
|
|
|
| void StartupAppLauncher::Initialize() {
|
|
|