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

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

Issue 2273443002: Declare the binary components support the group policy to enable/disable them. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 a5dcd100d22142cd3d595f633c95bbbb5a50780c..c66d902d40dc3bf4bd9a2113c580f4342cf344a3 100644
--- a/chrome/browser/component_updater/pnacl_component_installer.cc
+++ b/chrome/browser/component_updater/pnacl_component_installer.cc
@@ -291,6 +291,7 @@ CrxComponent PnaclComponentInstaller::GetCrxComponent() {
pnacl_component.name = "pnacl";
pnacl_component.installer = this;
pnacl_component.fingerprint = current_fingerprint();
+ pnacl_component.supports_group_policy_enable_component_updates = true;
SetPnaclHash(&pnacl_component);
return pnacl_component;

Powered by Google App Engine
This is Rietveld 408576698