| Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| index 2d33ae749284aaebeda8ccf68064fc4a7cfab870..4dbec9ce98505a291de5bb94a0c9ffe75a1b77db 100644
|
| --- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| +++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| @@ -688,6 +688,7 @@ void AddPeopleStrings(content::WebUIDataSource* html_source) {
|
| LocalizedString localized_strings[] = {
|
| {"peoplePageTitle", IDS_SETTINGS_PEOPLE},
|
| {"manageOtherPeople", IDS_SETTINGS_PEOPLE_MANAGE_OTHER_PEOPLE},
|
| + {"manageSupervisedUsers", IDS_SETTINGS_PEOPLE_MANAGE_SUPERVISED_USERS},
|
| #if defined(OS_CHROMEOS)
|
| {"enableScreenlock", IDS_SETTINGS_PEOPLE_ENABLE_SCREENLOCK},
|
| {"changePictureTitle", IDS_SETTINGS_CHANGE_PICTURE_DIALOG_TITLE},
|
| @@ -758,6 +759,8 @@ void AddPeopleStrings(content::WebUIDataSource* html_source) {
|
| AddLocalizedStringsBulk(html_source, localized_strings,
|
| arraysize(localized_strings));
|
|
|
| + html_source->AddString("supervisedUsersUrl",
|
| + chrome::kLegacySupervisedUserManagementURL);
|
| std::string disconnect_help_url =
|
| google_util::AppendGoogleLocaleParam(
|
| GURL(chrome::kSyncGoogleDashboardURL),
|
|
|