Commit 0b444b7c authored by Joe Downing's avatar Joe Downing Committed by Commit Bot

Updating 'supported on' value for RemoteAccessHostAllowRelayConnections

The current value for this policy indicates that it applies to all
ChromeOS versions after M41 however this isn't right as that policy was
not read on ChromeOS prior to a change I made in M86.  This CL updates
the 'supported on' value to match what the product actually supports.

BYPASS_POLICY_COMPATIBILITY_CHECK=The previous value was incorrect but
setting the correct value causes the policy checker to complain.

Change-Id: I50e21fe9828cb54f6cfaa11a9a120c0f4b89ad40
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354593
Commit-Queue: Joe Downing <joedow@chromium.org>
Reviewed-by: default avatarJamie Walch <jamiewalch@chromium.org>
Reviewed-by: default avatarMaksim Ivanov <emaxx@chromium.org>
Cr-Commit-Position: refs/heads/master@{#798166}
parent a11168ca
......@@ -2005,7 +2005,7 @@
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'],
'type': 'main',
'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:36-', 'chrome_os:41-'],
'supported_on': ['chrome.*:36-', 'chrome_os:86-'],
'features': {
'dynamic_refresh': True,
'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