diff options
Diffstat (limited to 'chrome/browser/background/background_contents_service.cc')
-rw-r--r-- | chrome/browser/background/background_contents_service.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/background/background_contents_service.cc b/chrome/browser/background/background_contents_service.cc index 9e2230f..9ab995c 100644 --- a/chrome/browser/background/background_contents_service.cc +++ b/chrome/browser/background/background_contents_service.cc @@ -409,8 +409,8 @@ void BackgroundContentsService::Observe( if (!extension) break; - const bool force_installed = extension->location() == - extensions::Manifest::EXTERNAL_POLICY_DOWNLOAD; + const bool force_installed = + extensions::Manifest::IsPolicyLocation(extension->location()); if (!force_installed) { // When an extension crashes, EXTENSION_PROCESS_TERMINATED is followed // by an EXTENSION_UNLOADED notification. This UNLOADED signal causes |