| 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 b286e297a2100417aa5c2a7c05f1bef33395b2d7..8f5bba6b6a2f44f4d46b87da85fdbe8916da7852 100644
|
| --- a/components/component_updater/default_component_installer.cc
|
| +++ b/components/component_updater/default_component_installer.cc
|
| @@ -260,6 +260,8 @@ void DefaultComponentInstaller::FinishRegistration(
|
| if (installer_traits_->CanAutoUpdate()) {
|
| CrxComponent crx;
|
| crx.name = installer_traits_->GetName();
|
| + crx.requires_network_encryption =
|
| + installer_traits_->RequiresNetworkEncryption();
|
| crx.installer = this;
|
| crx.version = current_version_;
|
| crx.fingerprint = current_fingerprint_;
|
|
|