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

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

Issue 27069006: [Autofill] Add support for three pairs of new server field types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typos in comments Created 7 years, 2 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/autofill_type.h
diff --git a/components/autofill/core/browser/autofill_type.h b/components/autofill/core/browser/autofill_type.h
index 41fa613b767185d3ad33e1081a0f63375f6c8dc6..70668ae3eb154dd323e9d966ee8c03976710d046 100644
--- a/components/autofill/core/browser/autofill_type.h
+++ b/components/autofill/core/browser/autofill_type.h
@@ -32,8 +32,8 @@ class AutofillType {
// data model (in the sense that it makes sense to call
// |AutofillDataModel::SetRawInfo()| with the returned field type as the first
// parameter). Note that the returned type might not be exactly equivalent to
- // |this| type. For example, there is no exact analogue to the
- // 'street-address' HTML type hint among the storable field types.
+ // |this| type. For example, the HTML types 'country' and 'country-name' both
+ // map to ADDRESS_HOME_COUNTRY.
ServerFieldType GetStorableType() const;
// Serializes |this| type to a string.
« no previous file with comments | « components/autofill/core/browser/address_unittest.cc ('k') | components/autofill/core/browser/autofill_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698