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

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

Issue 261013010: autocomplete: add ability to get full address (hidden behind a flag). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: self review Created 6 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: components/autofill/core/browser/field_types.h
diff --git a/components/autofill/core/browser/field_types.h b/components/autofill/core/browser/field_types.h
index 8da33d874e5405dceef2eee8012e914c3d9d42b2..4febf7c4edc4505b8b7901c7517886939c9e6f8a 100644
--- a/components/autofill/core/browser/field_types.h
+++ b/components/autofill/core/browser/field_types.h
@@ -162,6 +162,7 @@ enum HtmlFieldType {
HTML_TYPE_COUNTRY_CODE, // The ISO 3166-1-alpha-2 country code.
HTML_TYPE_COUNTRY_NAME, // The localized country name.
HTML_TYPE_POSTAL_CODE,
+ HTML_TYPE_FULL_ADDRESS, // The complete address, formatted for display.
// Credit card types.
HTML_TYPE_CREDIT_CARD_NAME,
« no previous file with comments | « components/autofill/core/browser/autofill_type.cc ('k') | components/autofill/core/browser/form_structure.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698