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 dd03caac4c2fb6400b3178ac84ef290d08af3722..59202dd2ced85ff4e8179bb8e1b665ea87dbfdb9 100644 |
--- a/chrome/browser/background/background_contents_service.cc |
+++ b/chrome/browser/background/background_contents_service.cc |
@@ -433,6 +433,7 @@ void BackgroundContentsService::Observe( |
break; |
const bool force_installed = |
+ extensions::Manifest::IsComponentLocation(extension->location()) || |
extensions::Manifest::IsPolicyLocation(extension->location()); |
if (!force_installed) { |
ShowBalloon(extension, profile); |