| Index: remoting/protocol/jingle_session.h
|
| diff --git a/remoting/protocol/jingle_session.h b/remoting/protocol/jingle_session.h
|
| index 4bff0014a5c7b3c6800ab8cbdf0d20e0deca5389..787cc6240725d3e1c29d6a9792e93cb800a2c562 100644
|
| --- a/remoting/protocol/jingle_session.h
|
| +++ b/remoting/protocol/jingle_session.h
|
| @@ -81,8 +81,10 @@ class JingleSession : public protocol::Session,
|
| const std::string& local_certificate() const;
|
| void Init(cricket::Session* cricket_session);
|
|
|
| - // Close all the channels and terminate the session.
|
| - void CloseInternal(int result, bool failed);
|
| + // Close all the channels and terminate the session. |result|
|
| + // defines error code that should returned to currently opened
|
| + // channels. |error| specified new value for error().
|
| + void CloseInternal(int result, Error error);
|
|
|
| bool HasSession(cricket::Session* cricket_session);
|
| cricket::Session* ReleaseSession();
|
|
|