| 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..fc1ba2abc83d63163a9a5af4e58c33d0e4d24daa 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::INVALID_ACCOUNT:
|
| + return "invalid-account";
|
| }
|
| NOTREACHED();
|
| return nullptr;
|
|
|