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

Unified Diff: ios/chrome/browser/ui/autofill/autofill_ui_type_util.mm

Issue 2879433002: [Payment Request] PaymentsSelectorEditItem (Closed)
Patch Set: Addressed comment 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 | « ios/chrome/browser/ui/autofill/autofill_ui_type.h ('k') | ios/chrome/browser/ui/payments/cells/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/autofill/autofill_ui_type_util.mm
diff --git a/ios/chrome/browser/ui/autofill/autofill_ui_type_util.mm b/ios/chrome/browser/ui/autofill/autofill_ui_type_util.mm
index 0b0cf8adc3907ce109eebe1c2358e95c23aefa2a..e9e0ed69d77eb7a99be447f1ed077da788ce0d60 100644
--- a/ios/chrome/browser/ui/autofill/autofill_ui_type_util.mm
+++ b/ios/chrome/browser/ui/autofill/autofill_ui_type_util.mm
@@ -80,6 +80,7 @@ autofill::ServerFieldType AutofillTypeFromAutofillUIType(AutofillUIType type) {
return autofill::PHONE_HOME_WHOLE_NUMBER;
case AutofillUITypeProfileEmailAddress:
return autofill::EMAIL_ADDRESS;
+ case AutofillUITypeCreditCardBillingAddress:
default:
NOTREACHED();
return autofill::UNKNOWN_TYPE;
« no previous file with comments | « ios/chrome/browser/ui/autofill/autofill_ui_type.h ('k') | ios/chrome/browser/ui/payments/cells/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698