Commit d875e000 authored by Guillaume Jenkins's avatar Guillaume Jenkins Committed by Commit Bot

[iOS CBCM] Add support for CloudPolicyOverridesPlatformPolicy

Adds support for the CloudPolicyOverridesPlatformPolicy policy, which
controls whether policies fetched from CBCM should take precedence over
policies found on the device.

This policy is a requirement for launching CBCM. For now, it is
declared as a Future policy for iOS until iOS CBCM is launched.

Bug: 1066495
Change-Id: I5b2ce20e2f2b435992f84747a47a3c2ea0f14273
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332322Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Commit-Queue: Guillaume Jenkins <gujen@google.com>
Cr-Commit-Position: refs/heads/master@{#794233}
parent b18c1af6
......@@ -16106,6 +16106,7 @@
'type': 'main',
'schema': { 'type': 'boolean'},
'supported_on': ['chrome.*:75-'],
'future_on': ['ios'],
'features': {
'dynamic_refresh': False,
'per_profile': False,
......@@ -68,6 +68,8 @@
]
},
"CloudPolicyOverridesPlatformPolicy": {},
"DefaultPopupsSetting": {
"os": [ "ios" ],
"note": "TODO(crbug.com/106682): Flag this with can_be_recommended",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment