| 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 e2f9fda8c383b9442c87115b1a1c2c6f45305c1b..6506175a1d01e19578355c1393cc1a30087c89f9 100644
 | 
| --- a/chrome/browser/background/background_contents_service.cc
 | 
| +++ b/chrome/browser/background/background_contents_service.cc
 | 
| @@ -320,7 +320,8 @@ void BackgroundContentsService::Observe(
 | 
|        switch (content::Details<UnloadedExtensionInfo>(details)->reason) {
 | 
|          case extension_misc::UNLOAD_REASON_DISABLE:    // Fall through.
 | 
|          case extension_misc::UNLOAD_REASON_TERMINATE:  // Fall through.
 | 
| -        case extension_misc::UNLOAD_REASON_UNINSTALL:
 | 
| +        case extension_misc::UNLOAD_REASON_UNINSTALL:  // Fall through.
 | 
| +        case extension_misc::UNLOAD_REASON_BLACKLIST:
 | 
|            ShutdownAssociatedBackgroundContents(
 | 
|                ASCIIToUTF16(content::Details<UnloadedExtensionInfo>(details)->
 | 
|                    extension->id()));
 | 
| 
 |