Commit f53a37ff authored by Marc Treib's avatar Marc Treib Committed by Commit Bot

Add missing proto visitor for ClientState::is_sync_feature_enabled

This makes the field show up in the protocol log in sync-internals.

Bug: none
Change-Id: I04b4fec941ab5d1dae76b03d5b0aed27c55a82a0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762241
Commit-Queue: Marc Treib <treib@chromium.org>
Commit-Queue: Jan Krcal <jkrcal@chromium.org>
Auto-Submit: Marc Treib <treib@chromium.org>
Reviewed-by: default avatarJan Krcal <jkrcal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#688628}
parent 76aa43c4
...@@ -225,6 +225,7 @@ VISIT_PROTO_FIELDS(const sync_pb::ClientConfigParams& proto) { ...@@ -225,6 +225,7 @@ VISIT_PROTO_FIELDS(const sync_pb::ClientConfigParams& proto) {
VISIT_PROTO_FIELDS(const sync_pb::ClientStatus& proto) { VISIT_PROTO_FIELDS(const sync_pb::ClientStatus& proto) {
VISIT(hierarchy_conflict_detected); VISIT(hierarchy_conflict_detected);
VISIT(is_sync_feature_enabled);
} }
VISIT_PROTO_FIELDS(const sync_pb::ClientToServerMessage& proto) { VISIT_PROTO_FIELDS(const sync_pb::ClientToServerMessage& 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