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

Unified Diff: chrome/test/data/autofill/merge/tools/autofill_merge_common.py

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
Index: chrome/test/data/autofill/merge/tools/autofill_merge_common.py
diff --git a/chrome/test/data/autofill/merge/tools/autofill_merge_common.py b/chrome/test/data/autofill/merge/tools/autofill_merge_common.py
index 3a07961fe61683da88a949b54398adfd65fbc035..3fc8b55618f51da356c36ee87a04300630c5e73d 100644
--- a/chrome/test/data/autofill/merge/tools/autofill_merge_common.py
+++ b/chrome/test/data/autofill/merge/tools/autofill_merge_common.py
@@ -67,8 +67,6 @@ def ColumnNameToFieldType(column_name):
field_type = "ADDRESS_HOME_COUNTRY"
elif column_name == "phone":
field_type = "PHONE_HOME_WHOLE_NUMBER"
- elif column_name == "fax":
- field_type = "PHONE_FAX_WHOLE_NUMBER"
else:
raise UnknownColumnNameException(column_name)
« no previous file with comments | « chrome/test/data/autofill/merge/output/validation.out ('k') | chrome/test/data/autofill/merge/tools/flatten.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698