| 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 a1d0ec3fe413fb77ef784e41eeb8572819d812fd..94d08cacc661b1d6a4d74c7d1e07ff354811dbdd 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
|
| @@ -1229,6 +1229,8 @@ void AddPeopleStrings(content::WebUIDataSource* html_source) {
|
| IDS_SETTINGS_PEOPLE_LOCK_SCREEN_EDIT_FINGERPRINTS},
|
| {"lockScreenEditFingerprintsDescription",
|
| IDS_SETTINGS_PEOPLE_LOCK_SCREEN_EDIT_FINGERPRINTS_DESCRIPTION},
|
| + {"lockScreenSetupFingerprintButton",
|
| + IDS_SETTINGS_PEOPLE_LOCK_SCREEN_FINGERPRINT_SETUP_BUTTON},
|
| {"lockScreenNumberFingerprints",
|
| IDS_SETTINGS_PEOPLE_LOCK_SCREEN_NUM_FINGERPRINTS},
|
| {"lockScreenNone", IDS_SETTINGS_PEOPLE_LOCK_SCREEN_NONE},
|
| @@ -1243,6 +1245,7 @@ void AddPeopleStrings(content::WebUIDataSource* html_source) {
|
| {"lockScreenHighSecurity", IDS_SETTINGS_PEOPLE_LOCK_SCREEN_HIGH_SECURITY},
|
| {"lockScreenMediumSecurity",
|
| IDS_SETTINGS_PEOPLE_LOCK_SCREEN_MEDIUM_SECURITY},
|
| + {"lockScreenOptions", IDS_SETTINGS_PEOPLE_LOCK_SCREEN_OPTIONS},
|
| {"lockScreenPasswordOnly", IDS_SETTINGS_PEOPLE_LOCK_SCREEN_PASSWORD_ONLY},
|
| {"lockScreenPinOrPassword",
|
| IDS_SETTINGS_PEOPLE_LOCK_SCREEN_PIN_OR_PASSWORD},
|
|
|