Chromium Code Reviews| 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..dd0c65dccf0a0b10b7309e71fd9f7472d6b3383c 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; |
| + |
| + // Bank name |
|
Jared Saul
2017/01/26 20:31:23
I'd recommend being a little more descriptive, lik
Shanfeng
2017/01/26 21:25:02
Done.
|
| + optional string bank_name = 10; |
| } |
| // Different than an AutofillProfile because this represents some known address |