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 0d21871a71498f18d871daa1ae3a1cb05b63b93f..b83decd35ee5b36c7191d9ae56164959910591b5 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())); |