| Index: remoting/host/chromoting_host_context.cc
|
| diff --git a/remoting/host/chromoting_host_context.cc b/remoting/host/chromoting_host_context.cc
|
| index 3aa26af5c30607401d3b58342cd0033c0aec1f84..37ba9f3785530db2c6bfca425d11233da8e77ca3 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()));
|
|
|