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 2619e76e0b8556165fabf0ad22473a4aa4672620..1196336c10bdfd2321a671fcfc88b905c46fb394 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 |
@@ -891,6 +891,16 @@ void AddEasyUnlockStrings(content::WebUIDataSource* html_source) { |
{"easyUnlockTurnOffErrorMessage", |
IDS_SETTINGS_EASY_UNLOCK_TURN_OFF_ERROR_MESSAGE}, |
{"easyUnlockTurnOffRetryButton", IDS_SETTINGS_EASY_UNLOCK_TURN_OFF_RETRY}, |
+ {"easyUnlockProximityThresholdLabel", |
+ IDS_SETTINGS_EASY_UNLOCK_PROXIMITY_THRESHOLD_LABEL}, |
+ {"easyUnlockProximityThresholdVeryClose", |
+ IDS_SETTINGS_EASY_UNLOCK_PROXIMITY_THRESHOLD_VERY_CLOSE}, |
+ {"easyUnlockProximityThresholdClose", |
+ IDS_SETTINGS_EASY_UNLOCK_PROXIMITY_THRESHOLD_CLOSE}, |
+ {"easyUnlockProximityThresholdFar", |
+ IDS_SETTINGS_EASY_UNLOCK_PROXIMITY_THRESHOLD_FAR}, |
+ {"easyUnlockProximityThresholdVeryFar", |
+ IDS_SETTINGS_EASY_UNLOCK_PROXIMITY_THRESHOLD_VERY_FAR}, |
}; |
AddLocalizedStringsBulk(html_source, localized_strings, |
arraysize(localized_strings)); |