Chromium Code Reviews| Index: remoting/protocol/errors.h |
| diff --git a/remoting/protocol/errors.h b/remoting/protocol/errors.h |
| index 4dcf4e9c20a99b7d6eecce092bb56736f7454f24..a6597b1f93bf4a299ef3212f39a6e82c31011e4f 100644 |
| --- a/remoting/protocol/errors.h |
| +++ b/remoting/protocol/errors.h |
| @@ -25,8 +25,9 @@ enum ErrorCode { |
| MAX_SESSION_LENGTH, |
| HOST_CONFIGURATION_ERROR, |
| UNKNOWN_ERROR, |
|
Sergey Ulanov
2016/05/20 00:07:05
please keep UNKNOWN_ERROR the last error in the li
|
| + DOMAIN_MISMATCH, |
|
Sergey Ulanov
2016/05/20 00:07:05
I don't think DOMAIN_MISMATCH is the best name her
|
| - ERROR_CODE_MAX = UNKNOWN_ERROR, |
| + ERROR_CODE_MAX = DOMAIN_MISMATCH, |
| }; |
| // Returns the literal string of |error|. |