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

Unified Diff: components/autofill/core/browser/address_combobox_model.cc

Issue 2888733004: Change text and disable empty combobox for payment request shipping address (Closed)
Patch Set: Fixed a weird goof Created 3 years, 7 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
« no previous file with comments | « chrome/browser/ui/views/payments/editor_view_controller.cc ('k') | components/autofill_strings.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/address_combobox_model.cc
diff --git a/components/autofill/core/browser/address_combobox_model.cc b/components/autofill/core/browser/address_combobox_model.cc
index 5a908aff0b6e32ded78369ef6dca06258e1a2cfc..fe6830cbe914bb75371a8edbc36a85c11946190a 100644
--- a/components/autofill/core/browser/address_combobox_model.cc
+++ b/components/autofill/core/browser/address_combobox_model.cc
@@ -52,7 +52,7 @@ base::string16 AddressComboboxModel::GetItemAt(int index) {
// Special entry when no profiles have been created yet.
if (addresses_.empty())
- return l10n_util::GetStringUTF16(IDS_AUTOFILL_ADD_BILLING_ADDRESS);
+ return l10n_util::GetStringUTF16(IDS_AUTOFILL_NO_SAVED_ADDRESS);
// Always show the "Select" entry at the top, default selection position.
if (index == 0)
« no previous file with comments | « chrome/browser/ui/views/payments/editor_view_controller.cc ('k') | components/autofill_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698