Files
brave-core/patches/components-sync-protocol-proto_visitors.h.patch
T

21 lines
898 B
Diff

diff --git a/components/sync/protocol/proto_visitors.h b/components/sync/protocol/proto_visitors.h
index 55784eba3d383888f8db7a22f9d4034b9db82a78..37eea0b70c820ae221d5d5b2e99cb263930ef9c2 100644
--- a/components/sync/protocol/proto_visitors.h
+++ b/components/sync/protocol/proto_visitors.h
@@ -400,6 +400,7 @@ VISIT_PROTO_FIELDS(const sync_pb::DeviceInfoSpecifics& proto) {
VISIT(manufacturer);
VISIT(last_updated_timestamp);
VISIT(feature_fields);
+ BRAVE_VISIT_DEVICE_INFO_SPECIFICS_BRAVE_FIELDS
VISIT(sharing_fields);
VISIT(invalidation_fields);
VISIT(paask_fields);
@@ -412,6 +413,7 @@ VISIT_PROTO_FIELDS(const sync_pb::FeatureSpecificFields& proto) {
VISIT(send_tab_to_self_receiving_enabled);
}
+BRAVE_VISIT_PROTO_FIELDS_BRAVE_SPECIFIC_FIELD
VISIT_PROTO_FIELDS(const sync_pb::SharingSpecificFields& proto) {
VISIT(vapid_fcm_token);
VISIT_BYTES(vapid_p256dh);