diff options
Diffstat (limited to 'chrome/browser/dom_ui/personal_options_handler.cc')
-rw-r--r-- | chrome/browser/dom_ui/personal_options_handler.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/dom_ui/personal_options_handler.cc b/chrome/browser/dom_ui/personal_options_handler.cc index 444c8d1..a1e6e44 100644 --- a/chrome/browser/dom_ui/personal_options_handler.cc +++ b/chrome/browser/dom_ui/personal_options_handler.cc @@ -57,10 +57,6 @@ void PersonalOptionsHandler::GetLocalizedValues( localized_strings->SetString(L"autofill", l10n_util::GetString(IDS_AUTOFILL_SETTING_WINDOWS_GROUP_NAME)); - localized_strings->SetString(L"autofill_enable", - l10n_util::GetString(IDS_OPTIONS_AUTOFILL_ENABLE)); - localized_strings->SetString(L"autofill_disable", - l10n_util::GetString(IDS_OPTIONS_AUTOFILL_DISABLE)); localized_strings->SetString(L"autofill_options", l10n_util::GetString(IDS_AUTOFILL_OPTIONS)); |