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

Unified Diff: chrome/browser/autofill/form_field.cc

Issue 7892048: Autofill: Remove fax number completely. (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
Index: chrome/browser/autofill/form_field.cc
diff --git a/chrome/browser/autofill/form_field.cc b/chrome/browser/autofill/form_field.cc
index 69bc5c80813be6f5d7ba884434046d4d2d2da6ba..4de1c802b1010006576d78ec04fdbe692775a2c4 100644
--- a/chrome/browser/autofill/form_field.cc
+++ b/chrome/browser/autofill/form_field.cc
@@ -55,7 +55,7 @@ void FormField::ParseFormFields(const std::vector<AutofillField*>& fields,
// Email pass.
ParseFormFieldsPass(EmailField::Parse, &remaining_fields, map);
- // Phone/fax pass.
+ // Phone pass.
ParseFormFieldsPass(PhoneField::Parse, &remaining_fields, map);
// Address pass.

Powered by Google App Engine
This is Rietveld 408576698