diff options
Diffstat (limited to 'chrome/browser/background/background_contents_service.cc')
-rw-r--r-- | chrome/browser/background/background_contents_service.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/background/background_contents_service.cc b/chrome/browser/background/background_contents_service.cc index 0d21871..b83decd 100644 --- a/chrome/browser/background/background_contents_service.cc +++ b/chrome/browser/background/background_contents_service.cc @@ -468,7 +468,8 @@ void BackgroundContentsService::Observe( case UnloadedExtensionInfo::REASON_DISABLE: // Fall through. case UnloadedExtensionInfo::REASON_TERMINATE: // Fall through. case UnloadedExtensionInfo::REASON_UNINSTALL: // Fall through. - case UnloadedExtensionInfo::REASON_BLACKLIST: + case UnloadedExtensionInfo::REASON_BLACKLIST: // Fall through. + case UnloadedExtensionInfo::REASON_PROFILE_SHUTDOWN: ShutdownAssociatedBackgroundContents(base::ASCIIToUTF16( content::Details<UnloadedExtensionInfo>(details)-> extension->id())); |