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

Unified Diff: chrome/browser/webdata/autofill_table.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/webdata/autofill_table.h
diff --git a/chrome/browser/webdata/autofill_table.h b/chrome/browser/webdata/autofill_table.h
index 6418d96c29f5e56b0ef3c31a1882f28374d79713..5248cd29391b8be3c4c4477076a5083e611da059 100644
--- a/chrome/browser/webdata/autofill_table.h
+++ b/chrome/browser/webdata/autofill_table.h
@@ -87,9 +87,9 @@ struct FormField;
// associated with a profile.
//
// guid The guid string that identifies the profile to which
-// the phone or fax number belongs.
-// type An integer constant designating either phone or fax type
-// of the number.
+// the phone number belongs.
+// type An integer constant designating either phone type of the
+// number.
Ilya Sherman 2011/09/15 03:47:08 I don't think we want to have a 'type' at all anym
James Hawkins 2011/09/16 03:23:28 This can be done in a followup CL (which was my pl
Ilya Sherman 2011/09/16 03:57:09 Ok, but in that case please add a TODO or file a b
James Hawkins 2011/09/16 04:23:21 Done.
// number
//
// autofill_profiles_trash

Powered by Google App Engine
This is Rietveld 408576698