Commit fd3a5737 authored by Owen Min's avatar Owen Min Committed by Commit Bot

Mark multiple policies as platform_only

The following policies can never be supported from cloud. The tag only
works as a hint to the server team but not changing any browser
behavior.

UserDataDir
CloudPolicyOverridesPlatformPolicy
MachineLevelUserCloudPolicyEnrollmentToken
CloudManagementEnrollmentToken
CloudManagementEnrollmentMandatory
CCTToSDialogEnabled


Change-Id: Ibb661edc76b587ebd8f40090312ed0f06df079e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441742Reviewed-by: default avatarJulian Pastarmov <pastarmovj@chromium.org>
Commit-Queue: Owen Min <zmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812818}
parent 88a342c1
......@@ -3492,6 +3492,7 @@
'features': {
'dynamic_refresh': False,
'per_profile': False,
'platform_only': True,
},
'example_value': '${users}/${user_name}/Chrome',
'id': 63,
......@@ -16680,6 +16681,7 @@
'features': {
'dynamic_refresh': False,
'per_profile': False,
'platform_only': True,
},
'example_value': False,
'id': 381,
......@@ -17666,6 +17668,7 @@
'features': {
'dynamic_refresh': False,
'per_profile': False,
'platform_only': True,
},
'example_value': '37185d02-e055-11e7-80c1-9a214cf093ae',
'id': 428,
......@@ -17686,6 +17689,7 @@
'features': {
'dynamic_refresh': False,
'per_profile': False,
'platform_only': True,
},
'example_value': '37185d02-e055-11e7-80c1-9a214cf093ae',
'id': 510,
......@@ -17705,6 +17709,7 @@
'features': {
'dynamic_refresh': False,
'per_profile': False,
'platform_only': True,
},
'example_value': True,
'id': 505,
......@@ -23207,6 +23212,7 @@ If you disable this policy, web page scrolling to specific text fragments via UR
'features': {
'dynamic_refresh': False,
'per_profile': False,
'platform_only': True,
},
'example_value': True,
'id': 760,
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