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

Unified Diff: components/autofill/browser/field_types.h

Issue 13697002: Make autofill's Address store country using the country code so that app locale isn't needed for th… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 7 years, 8 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: components/autofill/browser/field_types.h
===================================================================
--- components/autofill/browser/field_types.h (revision 192389)
+++ components/autofill/browser/field_types.h (working copy)
@@ -62,7 +62,7 @@
ADDRESS_BILLING_CITY = 40,
ADDRESS_BILLING_STATE = 41,
ADDRESS_BILLING_ZIP = 42,
- ADDRESS_BILLING_COUNTRY = 43,
+ ADDRESS_BILLING_COUNTRY = 43, // This is the 2-letter country code.
// ADDRESS_SHIPPING values [44,50] are deprecated.

Powered by Google App Engine
This is Rietveld 408576698