Chromium Code Reviews| Index: remoting/protocol/errors.h |
| diff --git a/remoting/protocol/errors.h b/remoting/protocol/errors.h |
| index 7f4daf64031c6b8d4341c24da623b72bef84894a..4f91e23407bb3cb55a2c7832807379e80c610bb7 100644 |
| --- a/remoting/protocol/errors.h |
| +++ b/remoting/protocol/errors.h |
| @@ -25,6 +25,9 @@ enum ErrorCode { |
| UNKNOWN_ERROR, |
| }; |
| +// Returns the literal string of |error|. |
| +const char* ErrorCodeToString(ErrorCode error); |
| + |
| } // namespace protocol |
| } // namespace remoting |