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

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

Issue 2711553002: Rename the LoginApps policy into DeviceLoginScreenAppInstallList (Closed)
Patch Set: Created 3 years, 10 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 | « chromeos/settings/cros_settings_names.cc ('k') | no next file » | 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 a97cc5ff90c077bb3f3f6f72d5aa3ee1696c20b1..97f414d3bc7312b17d8be78742c1e2c0d9973057 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -8983,13 +8983,14 @@
allowed.'''
},
{
- 'name': 'LoginApps',
+ 'name': 'DeviceLoginScreenAppInstallList',
'type': 'list',
'schema': {
'type': 'array',
'items': { 'type': 'string' },
},
- 'supported_on': ['chrome_os:54-'],
+ 'supported_on': ['chrome_os:58-'],
+ 'future': True,
'device_only': True,
'features': {
'dynamic_refresh': True,
« no previous file with comments | « chromeos/settings/cros_settings_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698