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

Unified Diff: components/update_client/update_client.cc

Issue 2199423002: Mechanical change in the component updater Configurator. (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: 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;
« no previous file with comments | « components/update_client/update_client.h ('k') | ios/chrome/browser/component_updater/ios_component_updater_configurator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698