Chromium Code Reviews| 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 |