| Index: remoting/base/url_request_context_getter.cc
|
| diff --git a/remoting/base/url_request_context_getter.cc b/remoting/base/url_request_context_getter.cc
|
| index 693726f8573af4d60b1bddc8d8000cc51c8e0b58..ec9348a3469bcd597c3ece61240341400101c829 100644
|
| --- a/remoting/base/url_request_context_getter.cc
|
| +++ b/remoting/base/url_request_context_getter.cc
|
| @@ -25,7 +25,6 @@ URLRequestContextGetter::URLRequestContextGetter(
|
| net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
|
| if (!url_request_context_.get()) {
|
| net::URLRequestContextBuilder builder;
|
| - builder.SetFileTaskRunner(file_task_runner_);
|
| net_log_.reset(new VlogNetLog());
|
| builder.set_net_log(net_log_.get());
|
| builder.DisableHttpCache();
|
|
|