| Index: third_party/WebKit/Source/platform/network/NetworkUtils.h
|
| diff --git a/third_party/WebKit/Source/platform/network/NetworkUtils.h b/third_party/WebKit/Source/platform/network/NetworkUtils.h
|
| index 98e733a6ef63e5645e5ab3e99085fb8a07b95043..c9d0422a0ae02d1eb624dcc98ff5f808deed63da 100644
|
| --- a/third_party/WebKit/Source/platform/network/NetworkUtils.h
|
| +++ b/third_party/WebKit/Source/platform/network/NetworkUtils.h
|
| @@ -16,6 +16,8 @@ PLATFORM_EXPORT bool isReservedIPAddress(const String& host);
|
|
|
| PLATFORM_EXPORT bool isLocalHostname(const String& host, bool* isLocal6);
|
|
|
| +PLATFORM_EXPORT String getDomainAndRegistry(const String& host, bool includePrivateRegistries);
|
| +
|
| } // NetworkUtils
|
|
|
| } // namespace blink
|
|
|