| Index: chrome/browser/background/background_contents_service.cc
|
| diff --git a/chrome/browser/background/background_contents_service.cc b/chrome/browser/background/background_contents_service.cc
|
| index b90d52cf1cf8d8150b0bbdff9bc9372e9f572bb3..5805dc80bd4edef8af8ef9bd03d4e66d748a57e7 100644
|
| --- a/chrome/browser/background/background_contents_service.cc
|
| +++ b/chrome/browser/background/background_contents_service.cc
|
| @@ -79,6 +79,8 @@ class CrashNotificationDelegate : public NotificationDelegate {
|
| if (!service->GetAppBackgroundContents(ASCIIToUTF16(extension_id_)))
|
| service->LoadBackgroundContentsForExtension(profile_, extension_id_);
|
| } else {
|
| + // TODO(aa): Could we just reload the ExtensionHost instead of the entire
|
| + // extension?
|
| profile_->GetExtensionService()->ReloadExtension(extension_id_);
|
| }
|
|
|
|
|