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

Unified Diff: chrome/browser/chromeos/policy/proto/chrome_device_policy.proto

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/browser/chromeos/policy/proto/chrome_device_policy.proto
diff --git a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
index 975beb5bc84c8abf97da57f600454a55eba4cd1e..0a27035bed5ecd7bedd7b6a291835b71f89ea8b3 100644
--- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
@@ -442,6 +442,19 @@ message AccessibilitySettingsProto {
// enable or disable the screen magnifier anytime and its status on the login
// screen is persisted between users.
optional ScreenMagnifierType login_screen_default_screen_magnifier_type = 4;
+
+ // Sets the default state of the on-screen keyboard accessibility feature on
+ // the login screen. If this policy is set to true, the on-screen keyboard
+ // will be enabled when the login screen is shown. If this policy is set to
+ // false, the on-screen keyboard will be disabled when the login screen is
+ // shown. Users can temporarily override this setting by enabling or disabling
+ // the on-screen keyboard. However, the user's choice is not persistent and
+ // the default is restored whenever the login screen is shown anew or the user
+ // remains idle on the login screen for a minute. If this policy is left
+ // unset, the on-screen keyboard is disabled when the login screen is first
+ // shown. Users can enable or disable the on-screen keyboard anytime and its
+ // status on the login screen is persisted between users.
+ optional bool login_screen_default_virtual_keyboard_enabled = 5;
}
message SupervisedUsersSettingsProto {

Powered by Google App Engine
This is Rietveld 408576698