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

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

Issue 2804843005: Implement the infrastructure of creating WorkerFetchContext in worker global scope. (Closed)
Patch Set: Created 3 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/loader/FrameFetchContext.h
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
index 05a6e6df8108c6202ef85df838ddf54262a81a19..ccb4a9a2ee100c9e31e702c52f6408d10e1869e6 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
@@ -71,6 +71,7 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
~FrameFetchContext();
bool IsLiveContext() { return true; }
+ WebURLLoader* CreateURLLoader() override;
void AddAdditionalRequestHeaders(ResourceRequest&,
FetchResourceType) override;

Powered by Google App Engine
This is Rietveld 408576698