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

Unified Diff: Source/core/loader/LinkLoader.h

Issue 1245223008: Add unit and layout test to <link rel=preconnect> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 5 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
« no previous file with comments | « Source/core/loader/FrameFetchContext.cpp ('k') | Source/core/loader/LinkLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/LinkLoader.h
diff --git a/Source/core/loader/LinkLoader.h b/Source/core/loader/LinkLoader.h
index a23673bd86dd00f8b3fca81182dff5ed74c0f0a0..7824d438470ba653b663fbe5803a49918de66f00 100644
--- a/Source/core/loader/LinkLoader.h
+++ b/Source/core/loader/LinkLoader.h
@@ -45,6 +45,7 @@ namespace blink {
class Document;
class LinkRelAttribute;
+class NetworkHintsInterface;
class PrerenderHandle;
// The LinkLoader can load link rel types icon, dns-prefetch, subresource, prefetch and prerender.
@@ -64,8 +65,8 @@ public:
void didSendDOMContentLoadedForPrerender() override;
void released();
- bool loadLink(const LinkRelAttribute&, const AtomicString& crossOriginMode, const String& type, const String& as, const KURL&, Document&);
- static bool loadLinkFromHeader(const String& headerValue, Document*);
+ bool loadLink(const LinkRelAttribute&, const AtomicString& crossOriginMode, const String& type, const String& as, const KURL&, Document&, const NetworkHintsInterface&);
+ static bool loadLinkFromHeader(const String& headerValue, Document*, const NetworkHintsInterface&);
DECLARE_TRACE();
« no previous file with comments | « Source/core/loader/FrameFetchContext.cpp ('k') | Source/core/loader/LinkLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698