Commit 68f2ae11 authored by Owen Min's avatar Owen Min Committed by Commit Bot

Fix a policy doc error.

CloudPolicyOverridesPlatformPolicy should be supported since M75 instead
of M65.

Bug: 961432
Change-Id: I3a62576aa8d5c19aced9b339571e53f925078c91
Tbr: pastarmovj
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601644Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Commit-Queue: Owen Min <zmin@chromium.org>
Auto-Submit: Owen Min <zmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#658252}
parent bde0a25f
......@@ -12559,7 +12559,7 @@
'name': 'CloudPolicyOverridesPlatformPolicy',
'type': 'main',
'schema': { 'type': 'boolean'},
'supported_on': ['chrome.*:65-'],
'supported_on': ['chrome.*:75-'],
'features': {
'dynamic_refresh': False,
'per_profile': False,
......
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