| Index: net/base/net_util.h
|
| diff --git a/net/base/net_util.h b/net/base/net_util.h
|
| index c5d49fae244cf74829b83a4769785f646ef24ff7..8210bfaf77433f87d609a077741cdfcc3bd13925 100644
|
| --- a/net/base/net_util.h
|
| +++ b/net/base/net_util.h
|
| @@ -449,11 +449,6 @@ struct NET_EXPORT IPv6SupportResult {
|
| int os_error;
|
| };
|
|
|
| -// Perform a simplistic test to see if IPv6 is supported by trying to create an
|
| -// IPv6 socket.
|
| -// TODO(jar): Make test more in-depth as needed.
|
| -NET_EXPORT IPv6SupportResult TestIPv6Support();
|
| -
|
| // Returns true if it can determine that only loopback addresses are configured.
|
| // i.e. if only 127.0.0.1 and ::1 are routable.
|
| // Also returns false if it cannot determine this.
|
|
|