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

Unified Diff: chromeos/settings/cros_settings_names.cc

Issue 2652793003: Add login screen locale and input method device policies (Closed)
Patch Set: Rebase. Created 3 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: chromeos/settings/cros_settings_names.cc
diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
index dec80cf6db04be0f8d03c4053f2619c0a43c5193..f67a3777fed1864902e661153b1bf3f17080fcc1 100644
--- a/chromeos/settings/cros_settings_names.cc
+++ b/chromeos/settings/cros_settings_names.cc
@@ -231,4 +231,13 @@ const char kLoginApps[] = "cros.device.login_apps";
// format allowed to set a device-level wallpaper before any user logs in.
const char kDeviceWallpaperImage[] = "cros.device_wallpaper_image";
+// A list pref specifying the locales allowed on the login screen. Currently
+// only the first value is used, as the single locale allowed on the login
+// screen.
+const char kDeviceLoginScreenLocales[] = "cros.device_login_screen_locales";
+
+// A list pref containing the input method IDs allowed on the login screen.
+const char kDeviceLoginScreenInputMethods[] =
+ "cros.device_login_screen_input_methods";
+
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698