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

Unified Diff: remoting/protocol/libjingle_transport_factory.h

Issue 10160013: Implement HostPortAllocator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
Index: remoting/protocol/libjingle_transport_factory.h
diff --git a/remoting/protocol/libjingle_transport_factory.h b/remoting/protocol/libjingle_transport_factory.h
index 4b1b47aa7a8e03733c7858b88be46525e4c67c8d..77f8dd3a1c83b23bebe04349968da81e3e388436 100644
--- a/remoting/protocol/libjingle_transport_factory.h
+++ b/remoting/protocol/libjingle_transport_factory.h
@@ -23,8 +23,6 @@ namespace protocol {
class LibjingleTransportFactory : public TransportFactory {
public:
LibjingleTransportFactory(
- scoped_ptr<talk_base::NetworkManager> network_manager,
- scoped_ptr<talk_base::PacketSocketFactory> socket_factory,
scoped_ptr<cricket::HttpPortAllocatorBase> port_allocator,
Wez 2012/04/27 23:23:21 It looks wrong for the caller to pass in HttpPortA
Sergey Ulanov 2012/04/28 00:05:27 Done. Also added TODO to fix it.
bool incoming_only);

Powered by Google App Engine
This is Rietveld 408576698