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

Unified Diff: chromeos/settings/cros_settings_names.cc

Issue 1052673002: Expose kDeviceLoginScreenDomainAutoComplete through CrosSettings (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: chromeos/settings/cros_settings_names.cc
diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
index 921f1b2d328afd5c580277f7b3ae177836b60c2c..b5b797ae63e81c736cd1e8e512faaff4909e430e 100644
--- a/chromeos/settings/cros_settings_names.cc
+++ b/chromeos/settings/cros_settings_names.cc
@@ -166,4 +166,9 @@ const char kRebootOnShutdown[] = "cros.device.reboot_on_shutdown";
// size in bytes.
const char kExtensionCacheSize[] = "cros.device.extension_cache_size";
+// A string pref that specifies a domain name for the autocomplete option during
+// user sign-in flow.
+const char kDeviceLoginScreenDomainAutoComplete[] =
+ "cros.device.login_screen_domain_auto_complete";
+
} // namespace chromeos
« chromeos/settings/cros_settings_names.h ('K') | « chromeos/settings/cros_settings_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698