Index: components/component_updater/default_component_installer.cc |
diff --git a/components/component_updater/default_component_installer.cc b/components/component_updater/default_component_installer.cc |
index 3a0b9b778b845468f23cbd09454db360e5f21c58..b9bcaa9e92d874bfcf32907f727d5046513c9e94 100644 |
--- a/components/component_updater/default_component_installer.cc |
+++ b/components/component_updater/default_component_installer.cc |
@@ -335,6 +335,9 @@ void DefaultComponentInstaller::FinishRegistration( |
crx.requires_network_encryption = |
installer_traits_->RequiresNetworkEncryption(); |
crx.handled_mime_types = installer_traits_->GetMimeTypes(); |
+ crx.supports_group_policy_enable_component_updates = |
+ installer_traits_->SupportsGroupPolicyEnabledComponentUpdates(); |
+ |
if (!cus->RegisterComponent(crx)) { |
LOG(ERROR) << "Component registration failed for " |
<< installer_traits_->GetName(); |