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

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: incorporated kinuko's comment 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 1bf5355ad91d8ae7e4645ce9c6885266a3fb8175..ec3b2fc9d0165da5e8487c731c68a07b6ffafee5 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
@@ -160,6 +160,8 @@ class CORE_EXPORT FrameFetchContext final : public BaseFetchContext {
RefPtr<WebTaskRunner> LoadingTaskRunner() const override;
+ WebURLLoader* CreateURLLoader() override;
yhirano 2017/04/20 04:26:59 I'm landing https://codereview.chromium.org/283103
horo 2017/04/20 08:35:43 Done.
+
DECLARE_VIRTUAL_TRACE();
private:

Powered by Google App Engine
This is Rietveld 408576698