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

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

Issue 1014003004: Added definition of the policy DeviceLoginScreenDomainAutoComplete. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 e6c88f91b8e1d9472cabb5284456eaaddc3d11e3..af88050c2ed01e92f5dc6b681c8b5ca182c69dc0 100644
--- a/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
+++ b/chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
@@ -465,6 +465,14 @@ message AccessibilitySettingsProto {
// 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;
+
+ // If this policy is set to a blank string or not configured, an autocomplete
Andrew T Wilson (Slow) 2015/03/23 14:51:20 nit: change this to "If this policy is not configu
peletskyi 2015/03/23 15:25:40 Done.
+ // option during user sign-in flow will not be shown.
+ // If this policy is set to a string representing a domain name, an
+ // autocomplete option during user sign-in will be shown allowing the user
+ // to type in only his user name without the domain name extension. The user
+ // will be able to overwrite this domain name extension.
+ optional string device_login_screen_domain_auto_complete = 6;
Andrew T Wilson (Slow) 2015/03/23 14:51:20 nit: name this login_screen_domain_auto_complete (
peletskyi 2015/03/23 15:25:40 Done.
}
message SupervisedUsersSettingsProto {

Powered by Google App Engine
This is Rietveld 408576698