Chromium Code Reviews| Index: remoting/protocol/jingle_session.h |
| diff --git a/remoting/protocol/jingle_session.h b/remoting/protocol/jingle_session.h |
| index 4bff0014a5c7b3c6800ab8cbdf0d20e0deca5389..d59a839e95ed8a27ecb59af8bf9ba569ac09505f 100644 |
| --- a/remoting/protocol/jingle_session.h |
| +++ b/remoting/protocol/jingle_session.h |
| @@ -82,7 +82,7 @@ class JingleSession : public protocol::Session, |
| void Init(cricket::Session* cricket_session); |
| // Close all the channels and terminate the session. |
|
Wez
2011/11/11 23:10:09
Explain what |result| and |error| are used for?
Sergey Ulanov
2011/11/12 00:02:52
Done.
|
| - void CloseInternal(int result, bool failed); |
| + void CloseInternal(int result, Error error); |
| bool HasSession(cricket::Session* cricket_session); |
| cricket::Session* ReleaseSession(); |