Commit 6c4b0e98 authored by Owen Min's avatar Owen Min Committed by Commit Bot

Replace multiple future flags for multiple policies

Using 'future_on' list instead of 'future' flag for the following
policies:
SystemProxySettings
PinUnlockAutosubmitEnabled
EmojiSuggestionEnabled

Except SystemProxySettings, all policies will be filter out in Beta
and Stable.

Bug: 1117637
Change-Id: Idd0365f087ad387d646f23cc65767c5a82516a9d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379954Reviewed-by: default avatarPavol Marko <pmarko@chromium.org>
Reviewed-by: default avatarMy Nguyen <myy@chromium.org>
Reviewed-by: default avatarRoger Tawa <rogerta@chromium.org>
Commit-Queue: Owen Min <zmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#803860}
parent c94d2680
......@@ -22660,8 +22660,7 @@
{
'name': 'SystemProxySettings',
'owners': ['acostinas@google.com', 'pmarko@chromium.org'],
'supported_on': ['chrome_os:81-'],
'future': True,
'future_on': ['chrome_os'],
'device_only': True,
'id': 672,
'type': 'dict',
......@@ -23028,10 +23027,9 @@ If you disable this policy, web page scrolling to specific text fragments via UR
{
'name': 'PinUnlockAutosubmitEnabled',
'owners': ['rrsilva@google.com', 'cros-oac@google.com'],
'future': True,
'type': 'main',
'schema': { 'type': 'boolean' },
'supported_on': ['chrome_os:85-'],
'future_on': ['chrome_os'],
'features': {
'can_be_recommended' : True,
'dynamic_refresh': True,
......@@ -23056,8 +23054,7 @@ If you disable this policy, web page scrolling to specific text fragments via UR
'owners': ['myy@chromium.org', 'essential-inputs-team@google.com'],
'type': 'main',
'schema': { 'type': 'boolean' },
'future': True,
'supported_on' : ['chrome_os:85-'],
'future_on' : ['chrome_os'],
'features': {
'dynamic_refresh': True,
'per_profile': True,
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