| Index: chrome/browser/ui/webui/options/autofill_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/autofill_options_handler.cc b/chrome/browser/ui/webui/options/autofill_options_handler.cc
|
| index c3c9a7af887d216ade566875e55a5f972311aa06..681ccdf4026fa09a87e4096de7bb75e3b067cd4b 100644
|
| --- a/chrome/browser/ui/webui/options/autofill_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/autofill_options_handler.cc
|
| @@ -343,6 +343,7 @@ void AutofillOptionsHandler::GetLocalizedValues(
|
| { "editAddressTitle", IDS_AUTOFILL_EDIT_ADDRESS_CAPTION },
|
| { "addCreditCardTitle", IDS_AUTOFILL_ADD_CREDITCARD_CAPTION },
|
| { "editCreditCardTitle", IDS_AUTOFILL_EDIT_CREDITCARD_CAPTION },
|
| + { "autofillWalletOption", IDS_AUTOFILL_USE_WALLET_DATA },
|
| #if defined(OS_MACOSX)
|
| { "auxiliaryProfilesEnabled", IDS_AUTOFILL_USE_MAC_ADDRESS_BOOK },
|
| #endif // defined(OS_MACOSX)
|
|
|