| Index: remoting/protocol/errors.cc
|
| diff --git a/remoting/protocol/errors.cc b/remoting/protocol/errors.cc
|
| index 12b0b1d96f1e1e639c7cea14640a83bd793fd1e6..992a0d09690a4ccef55729a1768f0f0c9c894315 100644
|
| --- a/remoting/protocol/errors.cc
|
| +++ b/remoting/protocol/errors.cc
|
| @@ -20,6 +20,7 @@ const char* ErrorCodeToString(ErrorCode error) {
|
| RETURN_STRING_LITERAL(SESSION_REJECTED);
|
| RETURN_STRING_LITERAL(INCOMPATIBLE_PROTOCOL);
|
| RETURN_STRING_LITERAL(AUTHENTICATION_FAILED);
|
| + RETURN_STRING_LITERAL(DOMAIN_MISMATCH);
|
| RETURN_STRING_LITERAL(CHANNEL_CONNECTION_ERROR);
|
| RETURN_STRING_LITERAL(SIGNALING_ERROR);
|
| RETURN_STRING_LITERAL(SIGNALING_TIMEOUT);
|
|
|