| Index: components/autofill/core/browser/webdata/autofill_table.h
|
| diff --git a/components/autofill/core/browser/webdata/autofill_table.h b/components/autofill/core/browser/webdata/autofill_table.h
|
| index b0b949cb6d2f39cae0d21a362100a795377c1581..679407bfd72372e717c5f15a9ac19fdb04897f48 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_table.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_table.h
|
| @@ -122,7 +122,7 @@ struct FormFieldData;
|
| // with the Autofill dialog. Most of the columns are
|
| // standard entries in a credit card form.
|
| //
|
| -// guid A guid string to uniquely identify the profile.
|
| +// guid A guid string to uniquely identify the credit card.
|
| // Added in version 31.
|
| // name_on_card
|
| // expiration_month
|
| @@ -137,6 +137,9 @@ struct FormFieldData;
|
| // time_t. Added in version 30.
|
| // origin The domain of origin for this profile.
|
| // Added in version 50.
|
| +// billing_address_id The guid string that identifies the local profile which
|
| +// is the billing address for this card. Added in version
|
| +// 66.
|
| //
|
| // masked_credit_cards
|
| // This table contains "masked" credit card information
|
| @@ -408,6 +411,7 @@ class AutofillTable : public WebDatabaseTable {
|
| bool MigrateToVersion63AddServerRecipientName();
|
| bool MigrateToVersion64AddUnmaskDate();
|
| bool MigrateToVersion65AddServerMetadataTables();
|
| + bool MigrateToVersion66AddCardBillingAddress();
|
|
|
| // Max data length saved in the table, AKA the maximum length allowed for
|
| // form data.
|
|
|