Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(502)

Unified Diff: third_party/WebKit/Source/platform/network/NetworkHints.h

Issue 2043753002: Declarative resource hints go through mojo IPC to //content Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove gmocking + add another browser test Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698