| Index: remoting/client/client_telemetry_logger.cc
|
| diff --git a/remoting/client/client_telemetry_logger.cc b/remoting/client/client_telemetry_logger.cc
|
| index 9289c6e0d3eb1052e38ec57fffc089a74540053d..45c3b6a36e2b0160fa5238669b097b82605577c6 100644
|
| --- a/remoting/client/client_telemetry_logger.cc
|
| +++ b/remoting/client/client_telemetry_logger.cc
|
| @@ -127,6 +127,8 @@ ChromotingEvent::ConnectionError ClientTelemetryLogger::TranslateError(
|
| return ChromotingEvent::ConnectionError::INCOMPATIBLE_PROTOCOL;
|
| case protocol::AUTHENTICATION_FAILED:
|
| return ChromotingEvent::ConnectionError::AUTHENTICATION_FAILED;
|
| + case protocol::INVALID_ACCOUNT:
|
| + return ChromotingEvent::ConnectionError::INVALID_ACCOUNT;
|
| case protocol::CHANNEL_CONNECTION_ERROR:
|
| return ChromotingEvent::ConnectionError::P2P_FAILURE;
|
| case protocol::SIGNALING_ERROR:
|
|
|