| Index: remoting/client/server_log_entry_client.cc
|
| diff --git a/remoting/client/server_log_entry_client.cc b/remoting/client/server_log_entry_client.cc
|
| index fdf496c87aba1d67edfb0e895c1cf9b3afbf3697..87ba4e4be4afe3016682ecec6f65440c59824d03 100644
|
| --- a/remoting/client/server_log_entry_client.cc
|
| +++ b/remoting/client/server_log_entry_client.cc
|
| @@ -88,6 +88,8 @@ const char* GetValueError(ErrorCode error) {
|
| return "host-configuration-error";
|
| case protocol::UNKNOWN_ERROR:
|
| return "unknown-error";
|
| + case protocol::DOMAIN_MISMATCH:
|
| + return "domain-mismatch";
|
| }
|
| NOTREACHED();
|
| return nullptr;
|
|
|