Index: remoting/protocol/jingle_session.h |
diff --git a/remoting/protocol/jingle_session.h b/remoting/protocol/jingle_session.h |
index dfe817c1c7e7e7985b56e177931187a8a370d363..a6a9475bcdf1a3e718427baa20a651e556114e92 100644 |
--- a/remoting/protocol/jingle_session.h |
+++ b/remoting/protocol/jingle_session.h |
@@ -89,6 +89,7 @@ class JingleSession : public Session, |
void InitializeIncomingConnection(const JingleMessage& initiate_message, |
scoped_ptr<Authenticator> authenticator); |
void AcceptIncomingConnection(const JingleMessage& initiate_message); |
+ void ContinueAcceptIncomingConnection(); |
Sergey Ulanov
2013/02/28 08:05:16
The comment above doesn't apply to this method, so
rmsousa
2013/02/28 23:29:23
Yeah, this actually belongs together with ProcessA
|
// Sends |message| to the peer. The session is closed if the send fails or no |
// response is received within a reasonable time. All other responses are |