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

Unified Diff: components/sync/protocol/proto_visitors.h

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 | « components/sync/protocol/autofill_specifics.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/protocol/proto_visitors.h
diff --git a/components/sync/protocol/proto_visitors.h b/components/sync/protocol/proto_visitors.h
index 350b715e234dde3f9569e53cbd01dc421ab69204..8e0e33d0e67c882b16251a7270b7267973ded027 100644
--- a/components/sync/protocol/proto_visitors.h
+++ b/components/sync/protocol/proto_visitors.h
@@ -575,6 +575,7 @@ VISIT_PROTO_FIELDS(const sync_pb::WalletMaskedCreditCard& proto) {
VISIT(exp_year);
VISIT(billing_address_id);
VISIT_ENUM(card_class);
+ VISIT(bank_name);
}
VISIT_PROTO_FIELDS(const sync_pb::WalletPostalAddress& proto) {
« no previous file with comments | « components/sync/protocol/autofill_specifics.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698