| Index: sync/engine/syncer_proto_util.cc
|
| diff --git a/sync/engine/syncer_proto_util.cc b/sync/engine/syncer_proto_util.cc
|
| index b1ed209c7fc473c0400d1563d3262aedd51bc829..5f2a74bd3b4dd0c26cf78820b4d9e537152c08ae 100644
|
| --- a/sync/engine/syncer_proto_util.cc
|
| +++ b/sync/engine/syncer_proto_util.cc
|
| @@ -339,6 +339,7 @@ SyncerError SyncerProtoUtil::PostClientToServerMessage(
|
| syncable::Directory* dir = session->context()->directory();
|
|
|
| LogClientToServerMessage(msg);
|
| + session->context()->traffic_recorder()->RecordClientToServerMessage(msg);
|
| if (!PostAndProcessHeaders(session->context()->connection_manager(), session,
|
| msg, response)) {
|
| // There was an error establishing communication with the server.
|
| @@ -353,6 +354,8 @@ SyncerError SyncerProtoUtil::PostClientToServerMessage(
|
| }
|
|
|
| LogClientToServerResponse(*response);
|
| + session->context()->traffic_recorder()->RecordClientToServerResponse(
|
| + *response);
|
|
|
| browser_sync::SyncProtocolError sync_protocol_error;
|
|
|
|
|