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

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

Issue 7980025: Ignore crowd-sourced fax number detection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | « chrome/browser/autofill/autofill_field.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/field_types.h
diff --git a/chrome/browser/autofill/field_types.h b/chrome/browser/autofill/field_types.h
index 3d9564e084da09bccbcc89886698f317c56d61c0..32db9839abcff6499883ccbc008f8170567aa72e 100644
--- a/chrome/browser/autofill/field_types.h
+++ b/chrome/browser/autofill/field_types.h
@@ -39,7 +39,13 @@ enum AutofillFieldType {
// Work phone numbers (values [15,19]) are deprecated.
- // Fax numbers (values [20,24]) are deprecated.
+ // Fax numbers (values [20,24]) are deprecated in Chrome, but still supported
+ // by the server.
+ PHONE_FAX_NUMBER = 20,
+ PHONE_FAX_CITY_CODE = 21,
+ PHONE_FAX_COUNTRY_CODE = 22,
+ PHONE_FAX_CITY_AND_NUMBER = 23,
+ PHONE_FAX_WHOLE_NUMBER = 24,
// Cell phone numbers (values [25, 29]) are deprecated.
« no previous file with comments | « chrome/browser/autofill/autofill_field.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698