| Index: third_party/WebKit/Source/core/loader/LinkLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/LinkLoader.h b/third_party/WebKit/Source/core/loader/LinkLoader.h
|
| index 0e0004a870e5f6d4bf051437a094f32ce0e7a53d..4f9afd497c0a9f65ebee6a707124629bb3ef0979 100644
|
| --- a/third_party/WebKit/Source/core/loader/LinkLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/LinkLoader.h
|
| @@ -47,7 +47,6 @@ namespace blink {
|
|
|
| class Document;
|
| class LinkRelAttribute;
|
| -class NetworkHintsInterface;
|
| class PrerenderHandle;
|
| struct ViewportDescriptionWrapper;
|
|
|
| @@ -74,9 +73,9 @@ public:
|
| void triggerEvents(const Resource*);
|
|
|
| void released();
|
| - bool loadLink(const LinkRelAttribute&, CrossOriginAttributeValue, const String& type, const String& as, const String& media, const KURL&, Document&, const NetworkHintsInterface&);
|
| + bool loadLink(const LinkRelAttribute&, CrossOriginAttributeValue, const String& type, const String& as, const String& media, const KURL&, Document&);
|
| enum CanLoadResources { OnlyLoadResources, DoNotLoadResources, LoadResourcesAndPreconnect };
|
| - static void loadLinksFromHeader(const String& headerValue, const KURL& baseURL, Document*, const NetworkHintsInterface&, CanLoadResources, ViewportDescriptionWrapper*);
|
| + static void loadLinksFromHeader(const String& headerValue, const KURL& baseURL, Document*, CanLoadResources, ViewportDescriptionWrapper*);
|
| static bool getResourceTypeFromAsAttribute(const String& as, Resource::Type&);
|
|
|
| DECLARE_TRACE();
|
|
|