| Index: components/policy/resources/policy_templates.json
|
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
|
| index d3e45cea7d84f786b28bb1e3eccc1f0b74bf7432..31b61a4e20c238a657ee234c674df610a9f66256 100644
|
| --- a/components/policy/resources/policy_templates.json
|
| +++ b/components/policy/resources/policy_templates.json
|
| @@ -8241,7 +8241,7 @@
|
| unable to use ARC.''',
|
| },
|
| {
|
| - 'name': 'ArcApplicationPolicy',
|
| + 'name': 'ArcPolicy',
|
| 'type': 'string',
|
| 'schema': { 'type': 'string' },
|
| 'supported_on': ['chrome_os:50-'],
|
| @@ -8251,14 +8251,10 @@
|
| },
|
| 'example_value': '',
|
| 'id': 318,
|
| - 'caption': '''Configure ARC apps''',
|
| + 'caption': '''Configure ARC''',
|
| 'tags': [],
|
| 'desc':
|
| - '''Specifies the ARC application policy as JSON string which can be
|
| - handed-off as-is to the ARC runtime. At the moment, this setting is used
|
| - solely to specify force-installation of the apps.
|
| -
|
| - If this policy is left not set, no apps are installed automatically.'''
|
| + '''Specifies a set of policies that will be handed over to the ARC runtime. The value must be valid JSON.'''
|
| },
|
| {
|
| 'name': 'AllowKioskAppControlChromeVersion',
|
|
|