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

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 155573003: Add policy management for on-screen keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update recommendation restorer. Created 6 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
Index: chrome/test/data/policy/policy_test_cases.json
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
index 06a2957bdc06d7832dca4de35c37cb64d53077e9..d21cdae9849d2e3a9d172dd465c4e3383aef09e7 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -1922,6 +1922,18 @@
]
},
+ "VirtualKeyboardEnabled": {
+ "os": ["chromeos"],
+ "test_policy": { "VirtualKeyboardEnabled": true },
+ "pref_mappings": [
+ { "pref": "settings.a11y.virtual_keyboard",
+ "indicator_tests": [
+ { "policy": { "VirtualKeyboardEnabled": true } }
+ ]
+ }
+ ]
+ },
+
"AttestationEnabledForUser": {
"os": ["chromeos"],
"test_policy": { "AttestationEnabledForUser": true },
@@ -2144,6 +2156,9 @@
"DeviceLoginScreenDefaultScreenMagnifierType" : {
},
+ "DeviceLoginScreenDefaultVirtualKeyboardEnabled" : {
+ },
+
"UptimeLimit": {
},
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698