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

Unified Diff: remoting/protocol/jingle_session_manager.h

Issue 98173006: Fix LibjingleTransportFactory to refresh STUN/Relay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/connection_to_host.cc ('k') | remoting/protocol/jingle_session_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/jingle_session_manager.h
diff --git a/remoting/protocol/jingle_session_manager.h b/remoting/protocol/jingle_session_manager.h
index 7130f3ff93d30cb8333107122dc955a8aaf5d893..e808ad22929f8ad76ea9ed209b1a631408bc19a0 100644
--- a/remoting/protocol/jingle_session_manager.h
+++ b/remoting/protocol/jingle_session_manager.h
@@ -30,7 +30,6 @@ class SocketAddress;
namespace remoting {
class IqSender;
-class JingleInfoRequest;
namespace protocol {
@@ -44,15 +43,7 @@ class TransportFactory;
class JingleSessionManager : public SessionManager,
public SignalStrategy::Listener {
public:
- // When |fetch_stun_relay_config| is set to true then
- // JingleSessionManager will also try to query configuration of STUN
- // and Relay servers from the signaling server.
- //
- // TODO(sergeyu): Move NAT-traversal config fetching to a separate
- // class.
- explicit JingleSessionManager(
- scoped_ptr<TransportFactory> transport_factory,
- bool fetch_stun_relay_config);
+ explicit JingleSessionManager(scoped_ptr<TransportFactory> transport_factory);
virtual ~JingleSessionManager();
// SessionManager interface.
@@ -99,8 +90,6 @@ class JingleSessionManager : public SessionManager,
bool ready_;
- scoped_ptr<JingleInfoRequest> jingle_info_request_;
-
SessionsMap sessions_;
DISALLOW_COPY_AND_ASSIGN(JingleSessionManager);
« no previous file with comments | « remoting/protocol/connection_to_host.cc ('k') | remoting/protocol/jingle_session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698