| 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 5d08d529c8903725881cbbab41c8d3caeb9f2560..637690c78fb895b3b3d70cdf390513f4b5537778 100644
|
| --- a/third_party/WebKit/Source/core/loader/LinkLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/LinkLoader.h
|
| @@ -74,7 +74,7 @@ public:
|
|
|
| void released();
|
| bool loadLink(const LinkRelAttribute&, CrossOriginAttributeValue, const String& type, const String& as, const KURL&, Document&, const NetworkHintsInterface&);
|
| - enum CanLoadResources { LoadResources, DoNotLoadResources };
|
| + enum CanLoadResources { OnlyLoadResources, DoNotLoadResources, LoadResourcesAndPreconnect };
|
| static bool loadLinkFromHeader(const String& headerValue, Document*, const NetworkHintsInterface&, CanLoadResources);
|
| static Resource::Type getTypeFromAsAttribute(const String& as, Document*);
|
|
|
|
|