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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list_factory.cc

Issue 2257363002: Define EnabledComponentUpdates group policy for the component updater. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@callback
Patch Set: Removed policy group. Reworded comment. 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/policy/configuration_policy_handler_list_factory.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
index 71c085bbad8a534665b2b5acdd479e594f003ca0..9f074db38351e96ec3bcdcbd319a1766eb265d79 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -362,6 +362,9 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kAllowedDomainsForApps,
prefs::kAllowedDomainsForApps,
base::Value::TYPE_STRING },
+ { key::kComponentUpdatesEnabled,
+ prefs::kComponentUpdatesEnabled,
+ base::Value::TYPE_BOOLEAN },
#if defined(ENABLE_SPELLCHECK)
{ key::kSpellCheckServiceEnabled,
« no previous file with comments | « chrome/browser/component_updater/component_updater_prefs.cc ('k') | chrome/browser/policy/policy_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698