| Index: net/dns/host_resolver.h
|
| diff --git a/net/dns/host_resolver.h b/net/dns/host_resolver.h
|
| index 1adf8b7e7d0be78c297687c3d08ad9e8d9eeb71c..558a1ddc4b2a16e087f7675cc05ff4bc30c6af05 100644
|
| --- a/net/dns/host_resolver.h
|
| +++ b/net/dns/host_resolver.h
|
| @@ -170,10 +170,6 @@ class NET_EXPORT HostResolver {
|
| virtual void SetDefaultAddressFamily(AddressFamily address_family) {}
|
| virtual AddressFamily GetDefaultAddressFamily() const;
|
|
|
| - // Continuously observe whether IPv6 is supported, and set the allowable
|
| - // address family to IPv4 iff IPv6 is not supported.
|
| - virtual void ProbeIPv6Support();
|
| -
|
| // Enable or disable the built-in asynchronous DnsClient.
|
| virtual void SetDnsClientEnabled(bool enabled);
|
|
|
|
|