Chromium Code Reviews| Index: remoting/protocol/session.h |
| diff --git a/remoting/protocol/session.h b/remoting/protocol/session.h |
| index aceb39d5d949a7e55b45a625a2e04530790b6fbb..7003a1384b93e8aed5470c52393b5603d0b2d418 100644 |
| --- a/remoting/protocol/session.h |
| +++ b/remoting/protocol/session.h |
| @@ -60,6 +60,7 @@ class Session : public base::NonThreadSafe { |
| INCOMPATIBLE_PROTOCOL, |
| AUTHENTICATION_FAILED, |
| CHANNEL_CONNECTION_ERROR, |
| + UNKNOWN_ERROR, |
| }; |
| // State change callbacks are called after session state has |