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

Unified Diff: remoting/protocol/connection_to_host.h

Issue 7598004: Resolve addresses of STUN/Relay servers in JingleInfoRequest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 4 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_info_request.cc ('k') | remoting/protocol/connection_to_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/connection_to_host.h
diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h
index 11a2e742bbdc2a1215ee8588b3a2523aba44d09e..29bbb540f81b1b9391b70e1c6468f3d52fdb6c97 100644
--- a/remoting/protocol/connection_to_host.h
+++ b/remoting/protocol/connection_to_host.h
@@ -27,6 +27,7 @@ class PacketSocketFactory;
namespace remoting {
class JingleThread;
+class HostResolverFactory;
class PortAllocatorSessionFactory;
class XmppProxy;
class VideoPacket;
@@ -76,6 +77,7 @@ class ConnectionToHost : public SignalStrategy::StatusObserver,
ConnectionToHost(MessageLoop* network_message_loop,
talk_base::NetworkManager* network_manager,
talk_base::PacketSocketFactory* socket_factory,
+ HostResolverFactory* host_resolver_factory,
PortAllocatorSessionFactory* session_factory,
bool allow_nat_traversal);
virtual ~ConnectionToHost();
@@ -131,6 +133,7 @@ class ConnectionToHost : public SignalStrategy::StatusObserver,
MessageLoop* message_loop_;
scoped_ptr<talk_base::NetworkManager> network_manager_;
scoped_ptr<talk_base::PacketSocketFactory> socket_factory_;
+ scoped_ptr<HostResolverFactory> host_resolver_factory_;
scoped_ptr<PortAllocatorSessionFactory> port_allocator_session_factory_;
bool allow_nat_traversal_;
« no previous file with comments | « remoting/jingle_glue/jingle_info_request.cc ('k') | remoting/protocol/connection_to_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698