| Index: chrome/browser/extensions/extension_service.cc
|
| diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc
|
| index 96e8fbd6fd6918733dd15fac611428dbcbe065cf..23f684e72e11aea79962b416b419b31ecdd8aee7 100644
|
| --- a/chrome/browser/extensions/extension_service.cc
|
| +++ b/chrome/browser/extensions/extension_service.cc
|
| @@ -2493,7 +2493,7 @@ void ExtensionService::OnExtensionInstalled(
|
|
|
| // Certain extension locations are specific enough that we can
|
| // auto-acknowledge any extension that came from one of them.
|
| - if (extension->location() == Manifest::EXTERNAL_POLICY_DOWNLOAD)
|
| + if (Manifest::IsPolicyLocation(extension->location()))
|
| AcknowledgeExternalExtension(extension->id());
|
| const Extension::State initial_state =
|
| initial_enable ? Extension::ENABLED : Extension::DISABLED;
|
|
|