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

Unified Diff: third_party/WebKit/Source/core/loader/FrameFetchContext.h

Issue 1987413002: Add link preload as=document support Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: crash fix Created 4 years, 3 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/core/loader/FrameFetchContext.h
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
index aff3f018f53d4a855227a858e38c1ea81fd7f306..2caf4a0331b12cb0f08d27deb569059ce370ed3a 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
@@ -79,7 +79,7 @@ public:
void dispatchDidFinishLoading(unsigned long identifier, double finishTime, int64_t encodedDataLength) override;
void dispatchDidFail(unsigned long identifier, const ResourceError&, bool isInternalRequest) override;
- bool shouldLoadNewResource(Resource::Type) const override;
+ bool shouldLoadNewResource(Resource::Type, const WebURLRequest::FrameType) const override;
void willStartLoadingResource(unsigned long identifier, ResourceRequest&, Resource::Type) override;
void didLoadResource(Resource*) override;
« no previous file with comments | « third_party/WebKit/Source/core/loader/DocumentLoader.cpp ('k') | third_party/WebKit/Source/core/loader/FrameFetchContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698