summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/app/policy/policy_templates.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index fe3dc6c..3abaf03 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -72,7 +72,7 @@
# numbers can be any string that does not contain ':' or '-' characters.
#
# Currently supported product names:
-# 'chrome_frame', 'chrome_os'
+# 'chrome_frame', 'chrome_os', 'android',
# 'chrome.win', 'chrome.linux', 'chrome.mac', 'chrome.*'
# For example if 'chrome.*:5-10' is specified for a policy, then it should
# be read as:
@@ -701,7 +701,7 @@
'name': 'PasswordManagerEnabled',
'type': 'main',
'schema': { 'type': 'boolean' },
- 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
+ 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-', 'android:30-'],
'features': {
'can_be_recommended': True,
'dynamic_refresh': True,
@@ -2909,7 +2909,7 @@
'type': 'array',
'items': { 'type': 'string' },
},
- 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'],
+ 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-', 'android:30-'],
'features': {
'dynamic_refresh': True,
'per_profile': True,
@@ -2938,7 +2938,7 @@
'type': 'array',
'items': { 'type': 'string' },
},
- 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-'],
+ 'supported_on': ['chrome.*:15-', 'chrome_os:0.15-', 'android:30-'],
'features': {
'dynamic_refresh': True,
'per_profile': True,