13 lines
656 B
Diff
13 lines
656 B
Diff
diff --git a/components/sync/engine/syncer_proto_util.cc b/components/sync/engine/syncer_proto_util.cc
|
|
index 9ed5f5e4ad1b8dc91fb5af78fe483dd9faff0810..0731e29d6e0a1399f00fd145749e66bb87d65fb8 100644
|
|
--- a/components/sync/engine/syncer_proto_util.cc
|
|
+++ b/components/sync/engine/syncer_proto_util.cc
|
|
@@ -411,6 +411,7 @@ SyncerError SyncerProtoUtil::PostClientToServerMessage(
|
|
|
|
SyncProtocolError sync_protocol_error =
|
|
GetProtocolErrorFromResponse(*response, cycle->context());
|
|
+ BRAVE_SYNCER_PROTO_UTIL_POST_CLIENT_TO_SERVER_MESSAGE
|
|
|
|
// Inform the delegate of the error we got.
|
|
cycle->delegate()->OnSyncProtocolError(sync_protocol_error);
|