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

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

Issue 7892048: Autofill: Remove fax number completely. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment fix. 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/fax_number.cc ('k') | chrome/browser/autofill/form_field.cc » ('j') | 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 7e1bc37ede2a4798a9cdcc0511dabeece9859336..3d9564e084da09bccbcc89886698f317c56d61c0 100644
--- a/chrome/browser/autofill/field_types.h
+++ b/chrome/browser/autofill/field_types.h
@@ -39,11 +39,7 @@ enum AutofillFieldType {
// Work phone numbers (values [15,19]) are deprecated.
- 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,
+ // Fax numbers (values [20,24]) are deprecated.
// Cell phone numbers (values [25, 29]) are deprecated.
« no previous file with comments | « chrome/browser/autofill/fax_number.cc ('k') | chrome/browser/autofill/form_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698