| 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
|
|
|