Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1477)

Unified Diff: remoting/protocol/jingle_session.h

Issue 8774031: Multi-step authentication support in JingleSession. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/content_description.cc ('k') | remoting/protocol/jingle_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/jingle_session.h
diff --git a/remoting/protocol/jingle_session.h b/remoting/protocol/jingle_session.h
index 4894216d9bf788dde3f50a8878abd6a28d671611..1c8b2cbf19d9b8ecb065a11f857ae6cc15cdbc68 100644
--- a/remoting/protocol/jingle_session.h
+++ b/remoting/protocol/jingle_session.h
@@ -74,14 +74,15 @@ class JingleSession : public protocol::Session,
bool InitializeConfigFromDescription(
const cricket::SessionDescription* description);
- // Used for Session.SignalState sigslot.
+ // Handlers for |cricket_session_| signals.
void OnSessionState(cricket::BaseSession* session,
cricket::BaseSession::State state);
- // Used for Session.SignalError sigslot.
void OnSessionError(cricket::BaseSession* session,
cricket::BaseSession::Error error);
- // Used for Session.SignalReceivedTerminateReason sigslot.
- void OnTerminateReason(cricket::Session* session, const std::string& reason);
+ void OnSessionInfoMessage(cricket::Session* session,
+ const buzz::XmlElement* message);
+ void OnTerminateReason(cricket::Session* session,
+ const std::string& reason);
void OnInitiate();
void OnAccept();
@@ -91,6 +92,8 @@ class JingleSession : public protocol::Session,
// accepts/rejects connection.
void AcceptConnection();
+ void ProcessAuthenticationStep();
+
void AddChannelConnector(const std::string& name,
JingleChannelConnector* connector);
« no previous file with comments | « remoting/protocol/content_description.cc ('k') | remoting/protocol/jingle_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698