| Index: remoting/host/chromoting_host_context.cc
|
| diff --git a/remoting/host/chromoting_host_context.cc b/remoting/host/chromoting_host_context.cc
|
| index 0145f9990c53001c34cd4d024b5bd1ba521ecc50..754ea8b5c23be1bd7643b20d9eb0a9bde81803d1 100644
|
| --- a/remoting/host/chromoting_host_context.cc
|
| +++ b/remoting/host/chromoting_host_context.cc
|
| @@ -40,7 +40,7 @@ ChromotingHostContext::ChromotingHostContext(
|
| "ChromotingEncodeThread", ui_task_runner_);
|
|
|
| url_request_context_getter_ = new URLRequestContextGetter(
|
| - network_task_runner_);
|
| + network_task_runner_, file_task_runner_);
|
| }
|
|
|
| ChromotingHostContext::~ChromotingHostContext() {
|
|
|