summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/chromoting_host_context.cc')
-rw-r--r--remoting/host/chromoting_host_context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/chromoting_host_context.cc b/remoting/host/chromoting_host_context.cc
index 3aa26af..37ba9f3 100644
--- a/remoting/host/chromoting_host_context.cc
+++ b/remoting/host/chromoting_host_context.cc
@@ -69,10 +69,10 @@ bool ChromotingHostContext::Start() {
file_task_runner_ =
new AutoThreadTaskRunner(file_thread_.message_loop_proxy(),
ui_task_runner_);
-
network_task_runner_ =
new AutoThreadTaskRunner(network_thread_.message_loop_proxy(),
ui_task_runner_);
+
url_request_context_getter_ = new URLRequestContextGetter(
ui_task_runner(), network_task_runner(),
static_cast<MessageLoopForIO*>(file_thread_.message_loop()));