| Index: net/base/net_util.h
|
| diff --git a/net/base/net_util.h b/net/base/net_util.h
|
| index 9e9dbad4613914bf257bd274edb692c79e947ee3..e3c01b1e44b370343cfbd1efc85fc30b2b5f850b 100644
|
| --- a/net/base/net_util.h
|
| +++ b/net/base/net_util.h
|
| @@ -441,6 +441,8 @@ NET_EXPORT_PRIVATE int GetPortFromSockaddr(const struct sockaddr* address,
|
| // machine.
|
| NET_EXPORT_PRIVATE bool IsLocalhost(const std::string& host);
|
|
|
| +NET_EXPORT_PRIVATE bool IsLocalhostTLD(const std::string& host);
|
| +
|
| // A subset of IP address attributes which are actionable by the
|
| // application layer. Currently unimplemented for all hosts;
|
| // IP_ADDRESS_ATTRIBUTE_NONE is always returned.
|
|
|