| 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 0b29dc17fb48497bddfc57a6e26850de9d58b941..a56ec80310e3f1b1066535227f3eaa949302cf3e 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -247,20 +247,6 @@ void BrowserOptionsHandler::GetLocalizedValues(base::DictionaryValue* values) {
|
| { "easyUnlockSectionTitle", IDS_OPTIONS_EASY_UNLOCK_SECTION_TITLE },
|
| { "easyUnlockSetupButton", IDS_OPTIONS_EASY_UNLOCK_SETUP_BUTTON },
|
| { "easyUnlockSetupIntro", IDS_OPTIONS_EASY_UNLOCK_SETUP_INTRO },
|
| - { "easyUnlockTurnOffButton", IDS_OPTIONS_EASY_UNLOCK_TURN_OFF_BUTTON },
|
| - { "easyUnlockTurnOffTitle", IDS_OPTIONS_EASY_UNLOCK_TURN_OFF_TITLE },
|
| - { "easyUnlockTurnOffDescription",
|
| - IDS_OPTIONS_EASY_UNLOCK_TURN_OFF_DESCRIPTION },
|
| - { "easyUnlockTurnOffOfflineTitle",
|
| - IDS_OPTIONS_EASY_UNLOCK_TURN_OFF_OFFLINE_TITLE },
|
| - { "easyUnlockTurnOffOfflineMessage",
|
| - IDS_OPTIONS_EASY_UNLOCK_TURN_OFF_OFFLINE_MESSAGE },
|
| - { "easyUnlockTurnOffErrorTitle",
|
| - IDS_OPTIONS_EASY_UNLOCK_TURN_OFF_ERROR_TITLE },
|
| - { "easyUnlockTurnOffErrorMessage",
|
| - IDS_OPTIONS_EASY_UNLOCK_TURN_OFF_ERROR_MESSAGE },
|
| - { "easyUnlockTurnOffRetryButton",
|
| - IDS_OPTIONS_EASY_UNLOCK_TURN_OFF_RETRY_BUTTON },
|
| { "extensionControlled", IDS_OPTIONS_TAB_EXTENSION_CONTROLLED },
|
| { "extensionDisable", IDS_OPTIONS_TAB_EXTENSION_CONTROLLED_DISABLE },
|
| { "fontSettingsCustomizeFontsButton",
|
|
|