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

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

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
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 180b57bdf4db2ab4879123fec13d86cc95850058..7430601fb06e28f8c7d76ec188dd53b87826aaa5 100644
--- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
@@ -121,6 +121,13 @@ message AppPackProto {
repeated AppPackEntryProto app_pack = 1;
}
+message KioskVirtualKeyboardProto {
+ // This is a special policy for kiosk mode that specifies whether the virtual
+ // keyboard should always be enabled. If non-null this should be a valid
+ // keyboard layout.
+ optional string layout = 1;
+}
+
// This is a special policy for kiosk/retail mode that specifies what apps
// should be pinned to the launcher. For regular accounts, pinned apps are
// controlled through user policy.
@@ -606,4 +613,5 @@ message ChromeDeviceSettingsProto {
optional SystemUse24HourClockProto use_24hour_clock = 30;
optional AutoCleanupSettigsProto auto_clean_up_settings = 31;
optional SystemSettingsProto system_settings = 32;
+ optional KioskVirtualKeyboardProto kiosk_virtual_keyboard = 33;
}

Powered by Google App Engine
This is Rietveld 408576698