Chromium Code Reviews| Index: remoting/protocol/errors.h |
| diff --git a/remoting/protocol/errors.h b/remoting/protocol/errors.h |
| index f48c4b10da52f25406ca6d19b12cf0e735a2fe22..c76c99e46e36ce5593106b190ca443f06d8fe9a1 100644 |
| --- a/remoting/protocol/errors.h |
| +++ b/remoting/protocol/errors.h |
| @@ -17,6 +17,7 @@ enum ErrorCode { |
| CHANNEL_CONNECTION_ERROR, |
| SIGNALING_ERROR, |
| SIGNALING_TIMEOUT, |
| + HOST_IS_DISABLED, |
| UNKNOWN_ERROR, |
| }; |