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

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: 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/browser/webdata/autofill_table.h
diff --git a/chrome/browser/webdata/autofill_table.h b/chrome/browser/webdata/autofill_table.h
index 6418d96c29f5e56b0ef3c31a1882f28374d79713..aceef0bcf4d82be19cad79ba2f2f84f70ab50468 100644
--- a/chrome/browser/webdata/autofill_table.h
+++ b/chrome/browser/webdata/autofill_table.h
@@ -87,9 +87,11 @@ 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.
+// TODO(jhawkins): Remove the type column and migrate the
+// database.
// number
//
// autofill_profiles_trash
« no previous file with comments | « chrome/browser/ui/webui/options/autofill_options_handler.cc ('k') | chrome/browser/webdata/autofill_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698