Commit a72656bb authored by Chris Sharp's avatar Chris Sharp Committed by Commit Bot

Indicate that UserDataPolicy could be platform_only=False in the future

This policy doesn't have to be platform_only=True

Bug: 1140118
Change-Id: I5c4f3432137c9e65e3c8173bbb24ce953577f7a3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485753Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Commit-Queue: Chris Sharp <csharp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818556}
parent ed0b0d99
...@@ -3539,6 +3539,8 @@ ...@@ -3539,6 +3539,8 @@
'features': { 'features': {
'dynamic_refresh': False, 'dynamic_refresh': False,
'per_profile': False, 'per_profile': False,
# TODO(crbug.com/1149118): Query cloud policies before using
# UserDataDir so this policy won't need to be platform_only anymore.
'platform_only': True, 'platform_only': True,
}, },
'example_value': '${users}/${user_name}/Chrome', 'example_value': '${users}/${user_name}/Chrome',
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