Index: remoting/client/plugin/chromoting_instance.cc |
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc |
index 633bc929ce1922ca484e50fb219fcdcbca0c6927..341411b0ed00f51d306b0d44478a1f48c3e6c9c2 100644 |
--- a/remoting/client/plugin/chromoting_instance.cc |
+++ b/remoting/client/plugin/chromoting_instance.cc |
@@ -79,8 +79,8 @@ std::string ConnectionErrorToString(ChromotingInstance::ConnectionError error) { |
return "INCOMPATIBLE_PROTOCOL"; |
case ChromotingInstance::ERROR_NETWORK_FAILURE: |
return "NETWORK_FAILURE"; |
- case ChromotingInstance::ERROR_HOST_IS_DISABLED: |
- return "HOST_IS_DISABLED"; |
+ case ChromotingInstance::ERROR_HOST_OVERLOAD: |
+ return "HOST_OVERLOAD"; |
} |
NOTREACHED(); |
return ""; |