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

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

Issue 2626263005: [Autofill] Sync new wallet metadata fields through Chrome Sync. (Closed)
Patch Set: Addressed comments 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 bf99645c534bf56a9844316b7ca4c1900100e031..0b9089cb439b1e6dd30291ac15c35693f8c9eaf5 100644
--- a/components/sync/protocol/proto_visitors.h
+++ b/components/sync/protocol/proto_visitors.h
@@ -285,6 +285,8 @@ VISIT_PROTO_FIELDS(const sync_pb::WalletMetadataSpecifics& proto) {
VISIT(id);
VISIT(use_count);
VISIT(use_date);
+ VISIT(card_billing_address_id);
+ VISIT(address_has_converted);
}
VISIT_PROTO_FIELDS(const sync_pb::AutofillWalletSpecifics& 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