13 lines
665 B
Diff
13 lines
665 B
Diff
diff --git a/components/sync/engine/syncer_proto_util.cc b/components/sync/engine/syncer_proto_util.cc
|
|
index 5442290f53a3cb5b37c172dd9e3590c649f74aa1..81aae81049edbc655fd4d1f71e2eb00a19e4751c 100644
|
|
--- a/components/sync/engine/syncer_proto_util.cc
|
|
+++ b/components/sync/engine/syncer_proto_util.cc
|
|
@@ -267,6 +267,7 @@ SyncerError SyncerProtoUtil::HandleClientToServerMessageResponse(
|
|
|
|
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);
|