| Index: remoting/protocol/jingle_session.h
|
| diff --git a/remoting/protocol/jingle_session.h b/remoting/protocol/jingle_session.h
|
| index dfe817c1c7e7e7985b56e177931187a8a370d363..1b7f17e36d68cd0854e205f7a89d55705e8a8beb 100644
|
| --- a/remoting/protocol/jingle_session.h
|
| +++ b/remoting/protocol/jingle_session.h
|
| @@ -126,6 +126,9 @@ class JingleSession : public Session,
|
| // Called from OnAccept() to initialize session config.
|
| bool InitializeConfigFromDescription(const ContentDescription* description);
|
|
|
| + // Called after the initial incoming authenticator message is processed.
|
| + void ContinueAcceptIncomingConnection();
|
| + // Called after subsequent authenticator messages are processed.
|
| void ProcessAuthenticationStep();
|
|
|
| // Terminates the session and sends session-terminate if it is
|
|
|