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

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
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..18e976cbf5062bedbe6172840402d77ea597ccf7 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 {
@@ -50,9 +49,7 @@ class JingleSessionManager : public SessionManager,
//
// 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 +96,6 @@ class JingleSessionManager : public SessionManager,
bool ready_;
- scoped_ptr<JingleInfoRequest> jingle_info_request_;
-
SessionsMap sessions_;
DISALLOW_COPY_AND_ASSIGN(JingleSessionManager);

Powered by Google App Engine
This is Rietveld 408576698