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

Unified Diff: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h

Issue 2716853002: (WIP) Worker: Merge ParentFrameTaskRunners into TaskRunnerHelper
Patch Set: WIP Created 3 years, 10 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/web/ServiceWorkerGlobalScopeProxy.h
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
index 2dd2328fdca07948ae0e0b43062321b6e22f52e2..0c4c3564b33f7826522807c77de82b883cb7d368 100644
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
@@ -44,7 +44,6 @@ namespace blink {
class Document;
class FetchEvent;
-class ParentFrameTaskRunners;
class ServiceWorkerGlobalScope;
class WebDataConsumerHandle;
class WebEmbeddedWorkerImpl;
@@ -164,8 +163,6 @@ class ServiceWorkerGlobalScopeProxy final
WebEmbeddedWorkerImpl* m_embeddedWorker;
Member<Document> m_document;
- Member<ParentFrameTaskRunners> m_parentFrameTaskRunners;
-
HeapHashMap<int, Member<FetchEvent>> m_pendingPreloadFetchEvents;
WebServiceWorkerContextClient* m_client;

Powered by Google App Engine
This is Rietveld 408576698