Commit bde07e04 authored by Fabio Tirelo's avatar Fabio Tirelo Committed by Commit Bot

[Enterprise] Mark SyncDisabled as future on Android

Bug: 1135570
Change-Id: I508f9fb7f5a3c6a9decd37666934cfc25ea59481
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453902
Auto-Submit: Fabio Tirelo <ftirelo@chromium.org>
Commit-Queue: Julian Pastarmov <pastarmovj@chromium.org>
Reviewed-by: default avatarJulian Pastarmov <pastarmovj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814609}
parent d805211f
...@@ -979,7 +979,7 @@ ...@@ -979,7 +979,7 @@
}, },
"SyncDisabled": { "SyncDisabled": {
"os": ["win", "linux", "mac", "chromeos"], "os": ["win", "linux", "mac", "chromeos", "android"],
"policy_pref_mapping_test": [ "policy_pref_mapping_test": [
{ {
"policies": { "SyncDisabled": true }, "policies": { "SyncDisabled": true },
......
...@@ -3355,6 +3355,7 @@ ...@@ -3355,6 +3355,7 @@
'type': 'main', 'type': 'main',
'schema': { 'type': 'boolean' }, 'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:8-', 'chrome_os:11-'], 'supported_on': ['chrome.*:8-', 'chrome_os:11-'],
'future_on': ['android'],
'features': { 'features': {
'dynamic_refresh': True, 'dynamic_refresh': True,
'per_profile': 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