summaryrefslogtreecommitdiffstats
path: root/remoting/test/test_chromoting_client.cc
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2016-03-23 15:13:06 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-23 22:14:57 +0000
commit2a2656a67bd2ce190df4d918f609bdb4449a64fe (patch)
treea0c6e96ac52ad22f65bb513c9dff35af616aef5e /remoting/test/test_chromoting_client.cc
parent9aa3054b0d2bacf5cc9774de798ebb35cfa88f01 (diff)
downloadchromium_src-2a2656a67bd2ce190df4d918f609bdb4449a64fe.zip
chromium_src-2a2656a67bd2ce190df4d918f609bdb4449a64fe.tar.gz
chromium_src-2a2656a67bd2ce190df4d918f609bdb4449a64fe.tar.bz2
Move ServiceUrls to remoting/host
ServiceUrls was used only in one place in android client and it's not really useful there. Moved it to the host directory. TBR=rogerta@chromium.org Review URL: https://codereview.chromium.org/1817573003 Cr-Commit-Position: refs/heads/master@{#382939}
Diffstat (limited to 'remoting/test/test_chromoting_client.cc')
-rw-r--r--remoting/test/test_chromoting_client.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/test/test_chromoting_client.cc b/remoting/test/test_chromoting_client.cc
index d4d8c29..9bc33ca 100644
--- a/remoting/test/test_chromoting_client.cc
+++ b/remoting/test/test_chromoting_client.cc
@@ -14,7 +14,6 @@
#include "net/base/request_priority.h"
#include "net/socket/client_socket_factory.h"
#include "remoting/base/chromium_url_request.h"
-#include "remoting/base/service_urls.h"
#include "remoting/base/url_request_context_getter.h"
#include "remoting/client/audio_player.h"
#include "remoting/client/chromoting_client.h"
@@ -126,8 +125,6 @@ void TestChromotingClient::StartConnection(
make_scoped_ptr(
new ChromiumUrlRequestFactory(request_context_getter)),
network_settings, protocol::TransportRole::CLIENT));
- transport_context->set_ice_config_url(
- ServiceUrls::GetInstance()->ice_config_url());
protocol::ClientAuthenticationConfig client_auth_config;
client_auth_config.host_id = connection_setup_info.host_id;