| Index: net/dns/dns_response.cc
|
| diff --git a/net/dns/dns_response.cc b/net/dns/dns_response.cc
|
| index 4ad6465fbfd8ce8ffc51fa9a312783b0cd23b252..c8e706e34d08349d80a4991f3578950cf4ae9056 100644
|
| --- a/net/dns/dns_response.cc
|
| +++ b/net/dns/dns_response.cc
|
| @@ -280,8 +280,6 @@ DnsResponse::Result DnsResponse::ParseToAddressList(
|
| }
|
|
|
| // TODO(szym): Extract TTL for NODATA results. http://crbug.com/115051
|
| - if (ip_addresses.empty())
|
| - return DNS_NO_ADDRESSES;
|
|
|
| // getcanonname in eglibc returns the first owner name of an A or AAAA RR.
|
| // If the response passed all the checks so far, then |expected_name| is it.
|
|
|