| 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..6db048493a0af2cff06890fb63915f7ce76edd7d 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::DOMAIN_MISMATCH:
|
| + return ChromotingEvent::ConnectionError::DOMAIN_MISMATCH;
|
| case protocol::CHANNEL_CONNECTION_ERROR:
|
| return ChromotingEvent::ConnectionError::P2P_FAILURE;
|
| case protocol::SIGNALING_ERROR:
|
|
|