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

Unified Diff: chrome/test/data/autofill/merge/tools/reserialize_profiles_from_query.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/reserialize_profiles_from_query.py
diff --git a/chrome/test/data/autofill/merge/tools/reserialize_profiles_from_query.py b/chrome/test/data/autofill/merge/tools/reserialize_profiles_from_query.py
index 9e1c63f41e438b9aaa8cb90085f8e2bad3fff99b..44ce711d8e9b070c6a7038cf3c1cc30e466c3fac 100644
--- a/chrome/test/data/autofill/merge/tools/reserialize_profiles_from_query.py
+++ b/chrome/test/data/autofill/merge/tools/reserialize_profiles_from_query.py
@@ -13,7 +13,7 @@ def main():
COLUMNS = ['GUID', 'LABEL', 'FIRST_NAME', 'MIDDLE_NAME', 'LAST_NAME', 'EMAIL',
'COMPANY_NAME', 'ADDRESS_LINE_1', 'ADDRESS_LINE_2', 'CITY',
- 'STATE', 'ZIPCODE', 'COUNTRY', 'PHONE', 'FAX', 'DATE_MODIFIED']
+ 'STATE', 'ZIPCODE', 'COUNTRY', 'PHONE', 'DATE_MODIFIED']
if len(sys.argv) != 2:
print ("Usage: python reserialize_profiles_from_query.py "
« no previous file with comments | « chrome/test/data/autofill/merge/tools/flatten.py ('k') | chrome/test/data/autofill/merge/tools/serialize_profiles.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698