| Index: third_party/WebKit/Source/platform/network/NetworkHints.h
|
| diff --git a/third_party/WebKit/Source/platform/network/NetworkHints.h b/third_party/WebKit/Source/platform/network/NetworkHints.h
|
| index 918e560235437db5defabefee7dcc26c683f2c8e..04cecc9a5e4683235c7f644cd1bd59e2afd5b6a2 100644
|
| --- a/third_party/WebKit/Source/platform/network/NetworkHints.h
|
| +++ b/third_party/WebKit/Source/platform/network/NetworkHints.h
|
| @@ -34,7 +34,8 @@
|
|
|
| namespace blink {
|
|
|
| -PLATFORM_EXPORT void prefetchDNS(const String& hostname);
|
| +PLATFORM_EXPORT void speculativePrefetchDNS(const String& hostname);
|
| +PLATFORM_EXPORT void prefetchDNS(const KURL&);
|
| PLATFORM_EXPORT void preconnect(const KURL&, const CrossOriginAttributeValue);
|
|
|
| } // namespace blink
|
|
|