Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6684)

Unified Diff: chrome/service/net/service_url_request_context_getter.cc

Issue 2944313003: Remove the dependence on BrowserThread::FILE for (Closed)
Patch Set: address mmenke's comments Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/service/net/service_url_request_context_getter.cc
diff --git a/chrome/service/net/service_url_request_context_getter.cc b/chrome/service/net/service_url_request_context_getter.cc
index 8475382b888030204b8bd5fa633aac0e2b716270..a6a035ee29f30e3831210ab47dd35d2ab9f32404 100644
--- a/chrome/service/net/service_url_request_context_getter.cc
+++ b/chrome/service/net/service_url_request_context_getter.cc
@@ -102,8 +102,7 @@ ServiceURLRequestContextGetter::ServiceURLRequestContextGetter()
network_task_runner_(g_service_process->io_task_runner()) {
DCHECK(g_service_process);
proxy_config_service_ = net::ProxyService::CreateSystemProxyConfigService(
- g_service_process->io_task_runner(),
- g_service_process->file_task_runner());
+ g_service_process->io_task_runner());
}
net::URLRequestContext*
« no previous file with comments | « chrome/browser/net/proxy_service_factory.cc ('k') | components/cronet/android/cronet_url_request_context_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698