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

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: Reverted formatting changes. 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
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698