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

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: Fixes. 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/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 = {}

Powered by Google App Engine
This is Rietveld 408576698