Index: net/base/host_resolver_proc.h |
=================================================================== |
--- net/base/host_resolver_proc.h (revision 38072) |
+++ net/base/host_resolver_proc.h (working copy) |
@@ -32,6 +32,9 @@ |
AddressFamily address_family, |
AddressList* addrlist) = 0; |
+ // Test to see if IPv6 is supported. |
+ static bool IPv6Supported(); |
+ |
protected: |
friend class base::RefCountedThreadSafe<HostResolverProc>; |