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

Unified Diff: ios/chrome/browser/ui/autofill/autofill_ui_type.h

Issue 2893353002: [Payment Request] Address edit view controller (Part 2) (Closed)
Patch Set: Initial 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
Index: ios/chrome/browser/ui/autofill/autofill_ui_type.h
diff --git a/ios/chrome/browser/ui/autofill/autofill_ui_type.h b/ios/chrome/browser/ui/autofill/autofill_ui_type.h
index 82a0de3b7ba94f659e34ba776d414a82946cf556..9a408bb7ab624ed24882c92e56fdc00dfe4c26d0 100644
--- a/ios/chrome/browser/ui/autofill/autofill_ui_type.h
+++ b/ios/chrome/browser/ui/autofill/autofill_ui_type.h
@@ -17,11 +17,14 @@ typedef NS_ENUM(NSInteger, AutofillUIType) {
AutofillUITypeCreditCardBillingAddress,
AutofillUITypeProfileFullName,
AutofillUITypeProfileCompanyName,
+ AutofillUITypeProfileHomeAddressStreet,
AutofillUITypeProfileHomeAddressLine1,
AutofillUITypeProfileHomeAddressLine2,
+ AutofillUITypeProfileHomeAddressDependentLocality,
AutofillUITypeProfileHomeAddressCity,
AutofillUITypeProfileHomeAddressState,
AutofillUITypeProfileHomeAddressZip,
+ AutofillUITypeProfileHomeAddressSortingCode,
AutofillUITypeProfileHomeAddressCountry,
AutofillUITypeProfileHomePhoneWholeNumber,
AutofillUITypeProfileEmailAddress,
« no previous file with comments | « ios/chrome/browser/payments/test_payment_request.mm ('k') | ios/chrome/browser/ui/autofill/autofill_ui_type_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698