| Index: chrome/browser/dom_ui/autofill_options_handler.cc
|
| diff --git a/chrome/browser/dom_ui/autofill_options_handler.cc b/chrome/browser/dom_ui/autofill_options_handler.cc
|
| index f592549282a07a15e5740f24b90e8e07d20ec5d8..db63e8bdeaade418b28beed3e51471bf256cf216 100644
|
| --- a/chrome/browser/dom_ui/autofill_options_handler.cc
|
| +++ b/chrome/browser/dom_ui/autofill_options_handler.cc
|
| @@ -21,6 +21,22 @@ void AutoFillOptionsHandler::GetLocalizedValues(
|
|
|
| localized_strings->SetString("autoFillOptionsTitle",
|
| l10n_util::GetStringUTF16(IDS_AUTOFILL_OPTIONS_TITLE));
|
| + localized_strings->SetString(L"autoFillEnabled",
|
| + l10n_util::GetString(IDS_OPTIONS_AUTOFILL_ENABLE));
|
| + localized_strings->SetString(L"addressesHeader",
|
| + l10n_util::GetString(IDS_AUTOFILL_ADDRESSES_GROUP_NAME));
|
| + localized_strings->SetString(L"creditCardsHeader",
|
| + l10n_util::GetString(IDS_AUTOFILL_CREDITCARDS_GROUP_NAME));
|
| + localized_strings->SetString(L"addAddressButton",
|
| + l10n_util::GetString(IDS_AUTOFILL_ADD_ADDRESS_BUTTON));
|
| + localized_strings->SetString(L"addCreditCardButton",
|
| + l10n_util::GetString(IDS_AUTOFILL_ADD_CREDITCARD_BUTTON));
|
| + localized_strings->SetString(L"editButton",
|
| + l10n_util::GetString(IDS_AUTOFILL_EDIT_BUTTON));
|
| + localized_strings->SetString(L"deleteButton",
|
| + l10n_util::GetString(IDS_AUTOFILL_DELETE_BUTTON));
|
| + localized_strings->SetString(L"helpButton",
|
| + l10n_util::GetString(IDS_AUTOFILL_HELP_LABEL));
|
| }
|
|
|
| void AutoFillOptionsHandler::RegisterMessages() {
|
|
|