| 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 d08e84fdf5c9c962d0c44ce34dc0c2ba20eb22b1..bb25f9bc450cf620bd27f519a3e340ad03dd7b42 100644
|
| --- a/chrome/browser/background/background_contents_service.cc
|
| +++ b/chrome/browser/background/background_contents_service.cc
|
| @@ -325,7 +325,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()));
|
|
|