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

Unified Diff: chrome/test/data/autofill/merge/tools/flatten.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/flatten.py
diff --git a/chrome/test/data/autofill/merge/tools/flatten.py b/chrome/test/data/autofill/merge/tools/flatten.py
index 813a2b163fcd0ba11a492b3a9a4dc530f288cf6d..5b3c3def52564a94bf6ac1fb6fafc63d19b8096f 100644
--- a/chrome/test/data/autofill/merge/tools/flatten.py
+++ b/chrome/test/data/autofill/merge/tools/flatten.py
@@ -11,7 +11,7 @@ def main():
COLUMNS = ['First name', 'Middle name', 'Last name', 'Email', 'Company name',
'Address line 1', 'Address line 2', 'City', 'State', 'ZIP code',
- 'Country', 'Phone', 'Fax']
+ 'Country', 'Phone']
if len(sys.argv) != 2:
print "Usage: python flatten.py <path/to/serialized_profiles>"

Powered by Google App Engine
This is Rietveld 408576698