Chromium Code Reviews| Index: net/base/net_util.h |
| diff --git a/net/base/net_util.h b/net/base/net_util.h |
| index e40ec0cb666c3f5b6b820593a1b84f7420de764b..ef810fd076ae29549c7e673937e79a96ec35fbe6 100644 |
| --- a/net/base/net_util.h |
| +++ b/net/base/net_util.h |
| @@ -443,6 +443,9 @@ NET_EXPORT_PRIVATE bool IsLocalhost(const std::string& host); |
| NET_EXPORT_PRIVATE bool IsLocalhostTLD(const std::string& host); |
| +// Returns true if the host is a google server. |
|
Alexei Svitkine (slow)
2015/04/27 19:23:55
Nit: google -> Google
Maybe expand comment to men
ramant (doing other things)
2015/04/28 00:30:25
Done.
|
| +NET_EXPORT_PRIVATE bool IsGoogleHost(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. |