| Index: chrome/browser/dom_ui/options/autofill_options_handler.cc
|
| diff --git a/chrome/browser/dom_ui/options/autofill_options_handler.cc b/chrome/browser/dom_ui/options/autofill_options_handler.cc
|
| index 9e95ecedbafbad9d1a3152fc3427d6f44fb4516c..d82982ba4e64131c3d200dd62cc16c0385479c71 100644
|
| --- a/chrome/browser/dom_ui/options/autofill_options_handler.cc
|
| +++ b/chrome/browser/dom_ui/options/autofill_options_handler.cc
|
| @@ -84,6 +84,11 @@ void AutoFillOptionsHandler::GetLocalizedValues(
|
| localized_strings->SetString("editCreditCardTitle",
|
| l10n_util::GetStringUTF16(IDS_AUTOFILL_EDIT_CREDITCARD_CAPTION));
|
|
|
| +#if defined(OS_MACOSX)
|
| + localized_strings->SetString("auxiliaryProfilesEnabled",
|
| + l10n_util::GetStringUTF16(IDS_AUTOFILL_USE_MAC_ADDRESS_BOOK));
|
| +#endif // defined(OS_MACOSX)
|
| +
|
| SetAddressOverlayStrings(localized_strings);
|
| SetCreditCardOverlayStrings(localized_strings);
|
| }
|
|
|