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

Unified Diff: components/autofill/core/browser/webdata/autofill_table.h

Issue 2711543002: Experiment to add bank name in autofill ui. (Closed)
Patch Set: Experiment to add bank name in autofill ui. Created 3 years, 6 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: 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 161b033fe694a8d366fcf7db3e0ef322cf4b7cb1..2262514842014b00ed42e6bb046551bc86dbee87 100644
--- a/components/autofill/core/browser/webdata/autofill_table.h
+++ b/components/autofill/core/browser/webdata/autofill_table.h
@@ -166,6 +166,7 @@ struct FormFieldData;
// with locally stored cards and generating descriptions.
// exp_month Expiration month: 1-12
// exp_year Four-digit year: 2017
+// bank_name Issuer bank name of the credit card.
//
// unmasked_credit_cards
// When a masked credit credit card is unmasked and the
@@ -464,6 +465,7 @@ class AutofillTable : public WebDatabaseTable,
bool MigrateToVersion70AddSyncMetadata();
bool MigrateToVersion71AddHasConvertedAndBillingAddressIdMetadata();
bool MigrateToVersion72RenameCardTypeToIssuerNetwork();
+ bool MigrateToVersion73AddMaskedCardBankName();
// Max data length saved in the table, AKA the maximum length allowed for
// form data.

Powered by Google App Engine
This is Rietveld 408576698