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

Unified Diff: chrome/browser/autofill/autofill_type.h

Issue 7892048: Autofill: Remove fax number completely. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/browser/autofill/autofill_type.h
diff --git a/chrome/browser/autofill/autofill_type.h b/chrome/browser/autofill/autofill_type.h
index da6c0b15bbbcbb9022c389228a015b85424187b9..b543aca2a7e8f3a259b48461a4da92394d37ac88 100644
--- a/chrome/browser/autofill/autofill_type.h
+++ b/chrome/browser/autofill/autofill_type.h
@@ -25,7 +25,6 @@ class AutofillType {
ADDRESS_HOME,
ADDRESS_BILLING,
PHONE_HOME,
Ilya Sherman 2011/09/15 03:47:08 nit: If it's not too much extra work to fold into
James Hawkins 2011/09/16 03:23:28 I grepped it, and that would be a huge addition :-
Ilya Sherman 2011/09/16 03:57:09 Ok, don't worry about it then.
- PHONE_FAX,
CREDIT_CARD,
};

Powered by Google App Engine
This is Rietveld 408576698