| Index: components/sync/protocol/autofill_specifics.proto
|
| diff --git a/components/sync/protocol/autofill_specifics.proto b/components/sync/protocol/autofill_specifics.proto
|
| index 4d94fc3a4192e17504d6f6145829be7856bcb03a..e74e47ad7ad6b286107fd2f24c13ed1904ce5601 100644
|
| --- a/components/sync/protocol/autofill_specifics.proto
|
| +++ b/components/sync/protocol/autofill_specifics.proto
|
| @@ -123,6 +123,9 @@ message WalletMaskedCreditCard {
|
|
|
| // Card class: credit, debit, or prepaid.
|
| optional WalletCardClass card_class = 9;
|
| +
|
| + // Issuing Bank name which is internationalized (e.g. "Chase", "工商银行")
|
| + optional string bank_name = 10;
|
| }
|
|
|
| // Different than an AutofillProfile because this represents some known address
|
|
|