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 2361f05ecad455e4b51986acbf3f6580860ea6b2..689ea83b581568a535605e4e498d047c41eea3a4 100644 |
--- a/chrome/browser/dom_ui/autofill_options_handler.cc |
+++ b/chrome/browser/dom_ui/autofill_options_handler.cc |
@@ -47,6 +47,10 @@ void AutoFillOptionsHandler::GetLocalizedValues( |
l10n_util::GetStringUTF16(IDS_AUTOFILL_DELETE_BUTTON)); |
localized_strings->SetString("helpButton", |
l10n_util::GetStringUTF16(IDS_AUTOFILL_HELP_LABEL)); |
+ localized_strings->SetString("addAddressTitle", |
+ l10n_util::GetStringUTF16(IDS_AUTOFILL_ADD_ADDRESS_CAPTION)); |
+ localized_strings->SetString("addCreditCardTitle", |
+ l10n_util::GetStringUTF16(IDS_AUTOFILL_ADD_CREDITCARD_CAPTION)); |
} |
void AutoFillOptionsHandler::Initialize() { |