| Index: net/dns/dns_client.cc
|
| diff --git a/net/dns/dns_client.cc b/net/dns/dns_client.cc
|
| index b9c2279a140c2635dc1eb8120ee3fa0f01e86d2e..7596a82481261bf8a47167e3a6d577dd60ef4db5 100644
|
| --- a/net/dns/dns_client.cc
|
| +++ b/net/dns/dns_client.cc
|
| @@ -30,6 +30,7 @@ class DnsClientImpl : public DnsClient {
|
| session_ = new DnsSession(config,
|
| ClientSocketFactory::GetDefaultFactory(),
|
| base::Bind(&base::RandInt),
|
| + false, /* don't bypass pools */
|
| net_log_);
|
| factory_ = DnsTransactionFactory::CreateFactory(session_);
|
| }
|
|
|