| Index: components/policy/resources/policy_templates.json
|
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
|
| index 046a437df9b718b180091d29b056033149f12154..d9eabc05263407a5b99f7231b2a12947b758b9d4 100644
|
| --- a/components/policy/resources/policy_templates.json
|
| +++ b/components/policy/resources/policy_templates.json
|
| @@ -1854,7 +1854,7 @@
|
| 'name': 'AuthServerWhitelist',
|
| 'type': 'string',
|
| 'schema': { 'type': 'string' },
|
| - 'supported_on': ['chrome.*:9-','android:46-'],
|
| + 'supported_on': ['chrome.*:9-','android:46-','webview_android:49-'],
|
| 'features': {
|
| 'dynamic_refresh': False,
|
| 'per_profile': False,
|
| @@ -1909,7 +1909,7 @@
|
| 'name': 'AuthAndroidNegotiateAccountType',
|
| 'type': 'string',
|
| 'schema': { 'type': 'string' },
|
| - 'supported_on': ['android:46-'],
|
| + 'supported_on': ['android:46-','webview_android:49-'],
|
| 'features': {
|
| 'dynamic_refresh': False,
|
| 'per_profile': False,
|
|
|