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

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 2257363002: Define EnabledComponentUpdates group policy for the component updater. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@callback
Patch Set: rebase+comments 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/test/data/policy/policy_test_cases.json
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
index 52b0c691c1fc462e6a5730c177da1115763a3e11..1c043ae7118ca0ced5a600052bf8678d3615a7a3 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -1969,6 +1969,16 @@
]
},
+ "ComponentUpdatesEnabled": {
+ "os": ["win", "linux", "mac", "chromeos"],
+ "test_policy": { "ComponentUpdatesEnabled": true },
+ "pref_mappings": [
+ { "pref": "component_updates.component_updates_enabled",
+ "local_state": true
+ }
+ ]
+ },
+
"----- Chrome OS policies ------------------------------------------------": {},
"ChromeOsLockOnIdleSuspend": {
@@ -2811,7 +2821,7 @@
{ "pref": "cros.device.system_timezone_automatic_detection" }
]
},
-
+
"WebRestrictionsAuthority": {
},

Powered by Google App Engine
This is Rietveld 408576698