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

Unified Diff: third_party/WebKit/Source/core/fetch/ResourceFetcher.h

Issue 1849223002: Blocking synchronous and third party doc.written scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tests modified as per feedback and code comments added Created 4 years, 8 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/fetch/ResourceFetcher.h
diff --git a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
index 681692c99de3f8df241ef3362cee48af0a5f21e4..aaf5110616e62979269d41ec4931633e52aa84ed 100644
--- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
+++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h
@@ -164,7 +164,7 @@ private:
void moveCachedNonBlockingResourceToBlocking(Resource*, const FetchRequest&);
- void initializeResourceRequest(ResourceRequest&, Resource::Type);
+ void initializeResourceRequest(ResourceRequest&, Resource::Type, FetchRequest::DeferOption);
bool resourceNeedsLoad(Resource*, const FetchRequest&, RevalidationPolicy);
bool shouldDeferImageLoad(const KURL&) const;

Powered by Google App Engine
This is Rietveld 408576698