| Index: chrome/browser/ui/webui/options/chromeos/accounts_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/accounts_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/accounts_options_handler.cc
|
| index 321e344a20efb7f1beab627503b8e68875e1f0a6..c0382cd4b739f7e6f733f3aeecbf5a3d2c8df5c8 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/accounts_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/accounts_options_handler.cc
|
| @@ -70,6 +70,9 @@ void AccountsOptionsHandler::GetLocalizedValues(
|
|
|
| localized_strings->SetString("allow_BWSI", l10n_util::GetStringUTF16(
|
| IDS_OPTIONS_ACCOUNTS_ALLOW_BWSI_DESCRIPTION));
|
| + localized_strings->SetString(
|
| + "allow_supervised_users",
|
| + l10n_util::GetStringUTF16(IDS_OPTIONS_ACCOUNTS_ENABLE_SUPERVISED_USERS));
|
| localized_strings->SetString("use_whitelist", l10n_util::GetStringUTF16(
|
| IDS_OPTIONS_ACCOUNTS_USE_WHITELIST_DESCRIPTION));
|
| localized_strings->SetString("show_user_on_signin", l10n_util::GetStringUTF16(
|
|
|