| Index: components/update_client/update_client.cc
|
| diff --git a/components/update_client/update_client.cc b/components/update_client/update_client.cc
|
| index 73fce64459c2bb25dd15ff2546fcdfad6851b849..da20a1615bcf01955403481801b14feeac86ebed 100644
|
| --- a/components/update_client/update_client.cc
|
| +++ b/components/update_client/update_client.cc
|
| @@ -55,7 +55,9 @@ CrxUpdateItem::~CrxUpdateItem() {
|
| }
|
|
|
| CrxComponent::CrxComponent()
|
| - : allows_background_download(true), requires_network_encryption(true) {}
|
| + : allows_background_download(true),
|
| + requires_network_encryption(true),
|
| + supports_group_policy_enable_component_updates(false) {}
|
|
|
| CrxComponent::CrxComponent(const CrxComponent& other) = default;
|
|
|
|
|