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

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

Issue 2711543002: Experiment to add bank name in autofill ui. (Closed)
Patch Set: Add comments about the flag Created 3 years, 10 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 f3f8a14dcc42a4fe090858fffc9db7a0a852aa3b..ebf49730ed5699b081edf689f655660523d8a210 100644
--- a/components/autofill/core/browser/webdata/autofill_table.h
+++ b/components/autofill/core/browser/webdata/autofill_table.h
@@ -164,6 +164,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
@@ -461,6 +462,7 @@ class AutofillTable : public WebDatabaseTable {
bool MigrateToVersion67AddMaskedCardBillingAddress();
bool MigrateToVersion70AddSyncMetadata();
bool MigrateToVersion71AddHasConvertedAndBillingAddressIdMetadata();
+ bool MigrateToVersion72AddMaskedCardBankName();
// Max data length saved in the table, AKA the maximum length allowed for
// form data.

Powered by Google App Engine
This is Rietveld 408576698