Index: remoting/client/plugin/pepper_view.cc |
diff --git a/remoting/client/plugin/pepper_view.cc b/remoting/client/plugin/pepper_view.cc |
index 39e3ab4add89107353805427d5c6cd9a57a9c536..0955ac93d802db56feb0ed994fb63582fee1ff80 100644 |
--- a/remoting/client/plugin/pepper_view.cc |
+++ b/remoting/client/plugin/pepper_view.cc |
@@ -51,6 +51,9 @@ 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::CHANNEL_CONNECTION_ERROR: |
case protocol::SIGNALING_ERROR: |
case protocol::SIGNALING_TIMEOUT: |