| Index: third_party/WebKit/Source/core/html/parser/PreloadRequest.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/PreloadRequest.h b/third_party/WebKit/Source/core/html/parser/PreloadRequest.h
|
| index 684f20637078e69aed119c46e9ffb7cbf361520b..b9e0bac0547fbc33d4e9be614663a1ea71b82d8b 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/PreloadRequest.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/PreloadRequest.h
|
| @@ -21,7 +21,7 @@ class Document;
|
| class PreloadRequest {
|
| USING_FAST_MALLOC(PreloadRequest);
|
| public:
|
| - enum RequestType { RequestTypePreload, RequestTypePreconnect };
|
| + enum RequestType { RequestTypePreload, RequestTypePreconnect, RequestTypeLinkRelPreload };
|
|
|
| static PassOwnPtr<PreloadRequest> create(const String& initiatorName, const TextPosition& initiatorPosition, const String& resourceURL, const KURL& baseURL, Resource::Type resourceType, const ReferrerPolicy referrerPolicy, const FetchRequest::ResourceWidth& resourceWidth = FetchRequest::ResourceWidth(), const ClientHintsPreferences& clientHintsPreferences = ClientHintsPreferences(), RequestType requestType = RequestTypePreload)
|
| {
|
|
|