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

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

Issue 2109233002: [MD Settings] Add Edit/Create Address Dialog to MD Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 5 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 57b314b33bd0e593fa07647186d1858c6a073e27..b60fbd17c0d14404e11841a7a787ee1b11f96a02 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
@@ -699,6 +699,11 @@ void AddPasswordsAndFormsStrings(content::WebUIDataSource* html_source) {
{"googlePayments", IDS_SETTINGS_GOOGLE_PAYMENTS},
{"googlePaymentsCached", IDS_SETTINGS_GOOGLE_PAYMENTS_CACHED},
{"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