Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(463)

Unified Diff: components/policy/resources/policy_templates.json

Issue 1877803002: Rename ArcApplicationPolicy to ArcPolicy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@managed_cros
Patch Set: Updated histograms.xml Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index d3fcba6a358d9227f48b04c1ad7fad0940038395..e0c54348d6f6ed982e5d4090ecdad4ec5cfc8abb 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',

Powered by Google App Engine
This is Rietveld 408576698