| Index: chrome/browser/component_updater/pnacl_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/pnacl_component_installer.cc b/chrome/browser/component_updater/pnacl_component_installer.cc
|
| index c66d902d40dc3bf4bd9a2113c580f4342cf344a3..523995996a46ec7e53c72805f7b066f6ae8ef538 100644
|
| --- a/chrome/browser/component_updater/pnacl_component_installer.cc
|
| +++ b/chrome/browser/component_updater/pnacl_component_installer.cc
|
| @@ -292,6 +292,7 @@ CrxComponent PnaclComponentInstaller::GetCrxComponent() {
|
| pnacl_component.installer = this;
|
| pnacl_component.fingerprint = current_fingerprint();
|
| pnacl_component.supports_group_policy_enable_component_updates = true;
|
| + pnacl_component.requires_network_encryption = false;
|
| SetPnaclHash(&pnacl_component);
|
|
|
| return pnacl_component;
|
|
|