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

Unified Diff: components/sync/protocol/autofill_specifics.proto

Issue 2649873008: Add Bank Name in sync protocol (Closed)
Patch Set: Fix description of the new field Created 3 years, 11 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
« no previous file with comments | « no previous file | components/sync/protocol/proto_visitors.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | components/sync/protocol/proto_visitors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698