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

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

Issue 320223002: Add device policy: Kiosk Virtual Keyboard Layout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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') | 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 c9a140590216c9ff1537460c6ebcc9397b9743d7..342a33cff0d29328be595a145bb86f284216ed4f 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -118,7 +118,7 @@
# persistent IDs for all fields (but not for groups!) are needed. These are
# specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
# because doing so would break the deployed wire format!
-# For your editing convenience: highest ID currently used: 267
+# For your editing convenience: highest ID currently used: 268
#
# Placeholders:
# The following placeholder strings are automatically substituted:
@@ -4660,6 +4660,32 @@
If this policy is not set, the device will default to a 24 hour clock format.''',
},
{
+ 'name': 'KioskVirtualKeyboardLayout',
+ 'type': 'string-enum',
+ 'schema': {
+ 'type': 'string',
+ 'enum': [
+ 'en:us'
+ ],
+ },
+ 'items': [
+ {
+ 'name': 'English(US)',
+ 'value': 'en-us',
+ 'caption': '''US English Layout''',
+ },
+ ],
+ 'supported_on': ['chrome_os:38-' ],
kevers 2014/06/09 15:51:37 s/38/37 if we're landing before the branch.
rsadam 2014/06/09 16:01:47 Done.
+ 'features': {
+ 'dynamic_refresh': False,
+ 'per_profile': True
+ },
+ 'example_value': 'en-us',
+ 'id': 268,
+ 'caption': '''Kiosk Virtual Keyboard Layout''',
+ 'desc': '''If |KioskVirtualKeyboardLayout| is unset this policy has no effect. Otherwise this enables the virtual keyboard and fixes its layout to the layout specified.''',
+ },
+ {
'name': 'ShowLogoutButtonInTray',
'type': 'main',
'schema': { 'type': 'boolean' },
« no previous file with comments | « chromeos/settings/cros_settings_names.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698