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

Unified Diff: chrome/test/functional/autofill_dataset_generator.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
« no previous file with comments | « chrome/test/functional/autofill_dataset_converter.py ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/autofill_dataset_generator.py
diff --git a/chrome/test/functional/autofill_dataset_generator.py b/chrome/test/functional/autofill_dataset_generator.py
index 2276d88cb1842a2e41777208ff401b2cc6865a53..d73ca9fe562841eeb15b71c1b5d90fca529db269 100644
--- a/chrome/test/functional/autofill_dataset_generator.py
+++ b/chrome/test/functional/autofill_dataset_generator.py
@@ -104,7 +104,6 @@ class DatasetGenerator(object):
[u'ADDRESS_HOME_ZIP', self.GenerateZip],
[u'ADDRESS_HOME_COUNTRY', u'United States'],
[u'PHONE_HOME_WHOLE_NUMBER', None],
- [u'PHONE_FAX_WHOLE_NUMBER', u'6501234555'],
]
self.next_dict = {}
« no previous file with comments | « chrome/test/functional/autofill_dataset_converter.py ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698