Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
index d98cd6963259a704fde9fe9c49942df70c9f83cb..0c4978403901243e8832be4cf02798dfabcc45a5 100644 |
--- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
+++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h |
@@ -47,7 +47,6 @@ class ThreadableLoadingContext; |
class ParentFrameTaskRunners; |
class ServiceWorkerGlobalScopeProxy; |
class WebLocalFrameImpl; |
-class WebServiceWorkerNetworkProvider; |
class WebView; |
class WorkerInspectorProxy; |
class WorkerScriptLoader; |
@@ -117,10 +116,6 @@ class WebEmbeddedWorkerImpl final : public WebEmbeddedWorker, |
// to WorkerContext. |
std::unique_ptr<WebWorkerContentSettingsClientProxy> m_contentSettingsClient; |
- // We retain ownership of this one which is for use on the |
- // main thread only. |
- std::unique_ptr<WebServiceWorkerNetworkProvider> m_networkProvider; |
- |
// Kept around only while main script loading is ongoing. |
RefPtr<WorkerScriptLoader> m_mainScriptLoader; |