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

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: Attempt # 2 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
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..24052040babfb70933401dca384623ba4b173cfa 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,20 @@
If this policy is not set, the device will default to a 24 hour clock format.''',
},
{
+ 'name': 'TouchVirtualKeyboardEnabled',
+ 'type': 'main',
+ 'schema': { 'type': 'boolean' },
+ 'supported_on': ['chrome_os:37-' ],
+ 'features': {
+ 'dynamic_refresh': False,
bartfab (slow) 2014/06/13 12:15:53 Can you make the code honor pref changes on the fl
rsadam 2014/06/13 15:28:47 Done.
+ 'per_profile': True
+ },
+ 'example_value': False,
+ 'id': 268,
+ 'caption': '''Enable Virtual Keyboard''',
bartfab (slow) 2014/06/13 12:15:53 Nit: s/Virtual Keyboard/virtual keyboard/
rsadam 2014/06/13 15:28:47 Done.
+ 'desc': '''If unset this policy has no effect. If true, this enables the virtual keyboard. If false, this disables the virtual keyboard. If the accessibility virtual keyboard policy is set to true, it takes precedence over this.''',
bartfab (slow) 2014/06/13 12:15:53 Take a look at the other policy descriptions. They
rsadam 2014/06/13 15:28:47 Done.
+ },
+ {
'name': 'ShowLogoutButtonInTray',
'type': 'main',
'schema': { 'type': 'boolean' },

Powered by Google App Engine
This is Rietveld 408576698