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

Unified Diff: remoting/test/protocol_perftest.cc

Issue 1413813006: Revert of Add TransportSession interface to prepare for WebRTC-based transport. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/remoting_srcs.gypi ('k') | remoting/test/test_chromoting_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/protocol_perftest.cc
diff --git a/remoting/test/protocol_perftest.cc b/remoting/test/protocol_perftest.cc
index bddfb3f949d267732705d0b0379356956031c748..a87f315d3cd1e3e2630df37b5b9a33ea06cc3298 100644
--- a/remoting/test/protocol_perftest.cc
+++ b/remoting/test/protocol_perftest.cc
@@ -23,8 +23,8 @@
#include "remoting/host/chromoting_host_context.h"
#include "remoting/host/fake_desktop_environment.h"
#include "remoting/host/video_frame_pump.h"
-#include "remoting/protocol/ice_transport_factory.h"
#include "remoting/protocol/jingle_session_manager.h"
+#include "remoting/protocol/libjingle_transport_factory.h"
#include "remoting/protocol/me2me_host_authenticator_factory.h"
#include "remoting/protocol/negotiating_client_authenticator.h"
#include "remoting/protocol/session_config.h"
@@ -233,7 +233,7 @@
port_allocator->socket_factory()->set_out_of_order_rate(
GetParam().out_of_order_rate);
scoped_ptr<protocol::TransportFactory> host_transport_factory(
- new protocol::IceTransportFactory(
+ new protocol::LibjingleTransportFactory(
host_signaling_.get(), port_allocator.Pass(), network_settings,
protocol::TransportRole::SERVER));
@@ -303,7 +303,7 @@
port_allocator->socket_factory()->set_out_of_order_rate(
GetParam().out_of_order_rate);
scoped_ptr<protocol::TransportFactory> client_transport_factory(
- new protocol::IceTransportFactory(
+ new protocol::LibjingleTransportFactory(
client_signaling_.get(), port_allocator.Pass(), network_settings,
protocol::TransportRole::CLIENT));
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | remoting/test/test_chromoting_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698