| Index: chromeos/settings/cros_settings_names.cc
|
| diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
|
| index 25715dc05aa775073780f66012d2068154825361..e203881ff443a03475bff3856e670a3e54338719 100644
|
| --- a/chromeos/settings/cros_settings_names.cc
|
| +++ b/chromeos/settings/cros_settings_names.cc
|
| @@ -226,8 +226,11 @@ const char kDeviceQuirksDownloadEnabled[] =
|
| const char kLoginVideoCaptureAllowedUrls[] =
|
| "cros.device.login_video_capture_allowed_urls";
|
|
|
| -// A list pref storing the apps to install on the login page.
|
| -const char kLoginApps[] = "cros.device.login_apps";
|
| +// A list pref storing the apps to install on the login page. It is a list of
|
| +// strings, each string contains an extension ID and an update URL, delimited by
|
| +// a semicolon. This preference is set by an admin policy.
|
| +const char kDeviceLoginScreenAppInstallList[] =
|
| + "cros.device.login_screen_app_install_list";
|
|
|
| // A string pref storing the url and cryptographic hash of the image in JSON
|
| // format allowed to set a device-level wallpaper before any user logs in.
|
|
|