Commit fe20c845 authored by Victor Hugo Vianna Silva's avatar Victor Hugo Vianna Silva Committed by Chromium LUCI CQ

Fix fields of SendTabToSelfSpecifics proto not shown in sync-internals

This CL makes sure the `opened` and `notification_dismissed` fields are
shown in the "Sync Node Browser" tab of chrome://sync-internals by
adding some missing code to proto_visitors.h.

Bug: 1164334
Change-Id: I226b37e07709acd8eb164f67c85a22d72cc70e5d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616201Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Commit-Queue: Victor Vianna <victorvianna@google.com>
Cr-Commit-Position: refs/heads/master@{#841474}
parent 352587cd
......@@ -818,6 +818,8 @@ VISIT_PROTO_FIELDS(const sync_pb::SendTabToSelfSpecifics& proto) {
VISIT(navigation_time_usec);
VISIT(device_name);
VISIT(target_device_sync_cache_guid);
VISIT(opened);
VISIT(notification_dismissed);
}
VISIT_PROTO_FIELDS(const sync_pb::SessionHeader& proto) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment