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

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

Issue 2840473002: Worker: Remove WorkerLoaderProxy for clean-up (Closed)
Patch Set: clean up Created 3 years, 7 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/WorkerThreadableLoader.h
diff --git a/third_party/WebKit/Source/core/loader/WorkerThreadableLoader.h b/third_party/WebKit/Source/core/loader/WorkerThreadableLoader.h
index 10ec0f7b400ae3b55bf2838a9d50d3c0053ffb11..dc4523886efd79f44b86e286df7bd8afe6434dca 100644
--- a/third_party/WebKit/Source/core/loader/WorkerThreadableLoader.h
+++ b/third_party/WebKit/Source/core/loader/WorkerThreadableLoader.h
@@ -52,7 +52,6 @@ class ResourceError;
class ResourceRequest;
class ResourceResponse;
class WorkerGlobalScope;
-class WorkerLoaderProxy;
struct CrossThreadResourceRequestData;
struct CrossThreadResourceTimingInfoData;
@@ -141,7 +140,7 @@ class WorkerThreadableLoader final : public ThreadableLoader {
public:
static void CreateAndStart(WorkerThreadableLoader*,
- RefPtr<WorkerLoaderProxy>,
+ ThreadableLoadingContext*,
RefPtr<WebTaskRunner>,
WorkerThreadLifecycleContext*,
std::unique_ptr<CrossThreadResourceRequestData>,
@@ -211,7 +210,6 @@ class WorkerThreadableLoader final : public ThreadableLoader {
std::unique_ptr<CrossThreadResourceTimingInfoData>);
Member<WorkerGlobalScope> worker_global_scope_;
- RefPtr<WorkerLoaderProxy> worker_loader_proxy_;
CrossThreadPersistent<ParentFrameTaskRunners> parent_frame_task_runners_;
ThreadableLoaderClient* client_;

Powered by Google App Engine
This is Rietveld 408576698