| Index: remoting/client/plugin/pepper_view.cc
|
| diff --git a/remoting/client/plugin/pepper_view.cc b/remoting/client/plugin/pepper_view.cc
|
| index 0955ac93d802db56feb0ed994fb63582fee1ff80..61a5277376e2409e7b75d58b9a873976fb6374e5 100644
|
| --- a/remoting/client/plugin/pepper_view.cc
|
| +++ b/remoting/client/plugin/pepper_view.cc
|
| @@ -51,8 +51,8 @@ ChromotingInstance::ConnectionError ConvertConnectionError(
|
| case protocol::INCOMPATIBLE_PROTOCOL:
|
| return ChromotingInstance::ERROR_INCOMPATIBLE_PROTOCOL;
|
|
|
| - case protocol::HOST_IS_DISABLED:
|
| - return ChromotingInstance::ERROR_HOST_IS_DISABLED;
|
| + case protocol::HOST_OVERLOAD:
|
| + return ChromotingInstance::ERROR_HOST_OVERLOAD;
|
|
|
| case protocol::CHANNEL_CONNECTION_ERROR:
|
| case protocol::SIGNALING_ERROR:
|
|
|