| Index: remoting/client/plugin/chromoting_instance.cc
|
| diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc
|
| index cd7bad26022f8ec0df3b3ba2e70b1ba56508d585..e3a63e6d81c71039358985bd150c2c46eee2a719 100644
|
| --- a/remoting/client/plugin/chromoting_instance.cc
|
| +++ b/remoting/client/plugin/chromoting_instance.cc
|
| @@ -119,6 +119,9 @@ std::string ConnectionErrorToString(protocol::ErrorCode error) {
|
| case protocol::AUTHENTICATION_FAILED:
|
| return "SESSION_REJECTED";
|
|
|
| + case protocol::INVALID_ACCOUNT:
|
| + return "INVALID_ACCOUNT";
|
| +
|
| case protocol::INCOMPATIBLE_PROTOCOL:
|
| return "INCOMPATIBLE_PROTOCOL";
|
|
|
|
|