Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: chrome/browser/component_updater/pnacl_component_installer.cc

Issue 2276693002: Declare that recovery, pnacl, and swiftshader components do not require encryption. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/component_updater/recovery_component_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/component_updater/recovery_component_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698