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

Unified Diff: remoting/jingle_glue/jingle_signaling_connector.cc

Issue 9005034: Refactor SignalStrategy so that it can be reused for multiple connections. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 years, 12 months 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/jingle_glue/jingle_signaling_connector.h ('k') | remoting/jingle_glue/mock_objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/jingle_glue/jingle_signaling_connector.cc
diff --git a/remoting/jingle_glue/jingle_signaling_connector.cc b/remoting/jingle_glue/jingle_signaling_connector.cc
index 2cfe3da1c6efd7af1852bb5cd596c19f8158400f..913633af90c5427759fe177174c45640881dcd8a 100644
--- a/remoting/jingle_glue/jingle_signaling_connector.cc
+++ b/remoting/jingle_glue/jingle_signaling_connector.cc
@@ -48,7 +48,11 @@ JingleSignalingConnector::~JingleSignalingConnector() {
pending_requests_.end());
}
-bool JingleSignalingConnector::OnIncomingStanza(
+void JingleSignalingConnector::OnSignalStrategyStateChange(
+ SignalStrategy::State state) {
+}
+
+bool JingleSignalingConnector::OnSignalStrategyIncomingStanza(
const buzz::XmlElement* stanza) {
if (session_manager_->IsSessionMessage(stanza)) {
session_manager_->OnIncomingMessage(stanza);
« no previous file with comments | « remoting/jingle_glue/jingle_signaling_connector.h ('k') | remoting/jingle_glue/mock_objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698