| Index: chrome/browser/background_application_list_model.cc
|
| diff --git a/chrome/browser/background_application_list_model.cc b/chrome/browser/background_application_list_model.cc
|
| index 09ec5a659428d28c62ae568231769613ea1a6a0a..bcc464d65776ef61ba691cd147536249845723ed 100644
|
| --- a/chrome/browser/background_application_list_model.cc
|
| +++ b/chrome/browser/background_application_list_model.cc
|
| @@ -155,6 +155,9 @@ BackgroundApplicationListModel::BackgroundApplicationListModel(Profile* profile)
|
| registrar_.Add(this,
|
| NotificationType::EXTENSIONS_READY,
|
| Source<Profile>(profile));
|
| + ExtensionService* service = profile->GetExtensionService();
|
| + if (service && service->is_ready())
|
| + Update();
|
| }
|
|
|
| void BackgroundApplicationListModel::AddObserver(Observer* observer) {
|
|
|