Index: net/proxy/dhcp_proxy_script_fetcher_win.cc |
diff --git a/net/proxy/dhcp_proxy_script_fetcher_win.cc b/net/proxy/dhcp_proxy_script_fetcher_win.cc |
index 87006114929f37083984c0991accf92d5142edb5..1a28eea5dbf9fe5ccb8b57a7baaf162088def24e 100644 |
--- a/net/proxy/dhcp_proxy_script_fetcher_win.cc |
+++ b/net/proxy/dhcp_proxy_script_fetcher_win.cc |
@@ -58,8 +58,8 @@ DhcpProxyScriptFetcherWin::DhcpProxyScriptFetcherWin( |
url_request_context_(url_request_context) { |
DCHECK(url_request_context_); |
- worker_pool_ = new base::SequencedWorkerPool(kMaxDhcpLookupThreads, |
- "PacDhcpLookup"); |
+ worker_pool_ = new base::SequencedWorkerPool( |
+ kMaxDhcpLookupThreads, "PacDhcpLookup", base::TaskPriority::USER_VISIBLE); |
} |
DhcpProxyScriptFetcherWin::~DhcpProxyScriptFetcherWin() { |