| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| index 321df72e984ba23e516b2d74f8fe5e2aa5fcc103..219d3589744cc041030a7815af54e36e1c86a648 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -252,6 +252,9 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) {
|
| { "metricsReportingResetRestart", IDS_OPTIONS_ENABLE_LOGGING_RESTART },
|
| { "easyUnlockDescription", IDS_OPTIONS_EASY_UNLOCK_DESCRIPTION,
|
| device_type_resource_id },
|
| + { "easyUnlockRequireProximityLabel",
|
| + IDS_OPTIONS_EASY_UNLOCK_REQUIRE_PROXIMITY_LABEL,
|
| + device_type_resource_id },
|
| { "easyUnlockSectionTitle", IDS_OPTIONS_EASY_UNLOCK_SECTION_TITLE },
|
| { "easyUnlockSetupButton", IDS_OPTIONS_EASY_UNLOCK_SETUP_BUTTON },
|
| { "easyUnlockSetupIntro", IDS_OPTIONS_EASY_UNLOCK_SETUP_INTRO,
|
|
|