Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2028)

Unified Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 2079853002: Add Edit/Create Address Dialog to MD Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
index ef1cb261477364774a0c34c6642499db4a8f3396..5acb5dc3d4bb07b86199a3b858287c14401b8ce7 100644
--- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
+++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
@@ -678,6 +678,11 @@ void AddPasswordsAndFormsStrings(content::WebUIDataSource* html_source) {
{"autofill", IDS_SETTINGS_AUTOFILL},
{"googlePayments", IDS_SETTINGS_GOOGLE_PAYMENTS},
{"addresses", IDS_SETTINGS_AUTOFILL_ADDRESSES_HEADING},
+ {"addAddressTitle", IDS_SETTINGS_AUTOFILL_ADDRESSES_ADD_TITLE},
+ {"editAddressTitle", IDS_SETTINGS_AUTOFILL_ADDRESSES_EDIT_TITLE},
+ {"addressCountry", IDS_SETTINGS_AUTOFILL_ADDRESSES_COUNTRY},
+ {"addressPhone", IDS_SETTINGS_AUTOFILL_ADDRESSES_PHONE},
+ {"addressEmail", IDS_SETTINGS_AUTOFILL_ADDRESSES_EMAIL},
{"addAddress", IDS_SETTINGS_AUTOFILL_ADD_ADDRESS_BUTTON},
{"editAddress", IDS_SETTINGS_ADDRESS_EDIT},
{"removeAddress", IDS_SETTINGS_ADDRESS_REMOVE},

Powered by Google App Engine
This is Rietveld 408576698