| Index: content/browser/service_worker/service_worker_context_core.h
|
| diff --git a/content/browser/service_worker/service_worker_context_core.h b/content/browser/service_worker/service_worker_context_core.h
|
| index b7b26537bec539bdaf17228b6b6544d1b85f94d0..e911e4c3473d33a60dc7917ce490c49d804e087a 100644
|
| --- a/content/browser/service_worker/service_worker_context_core.h
|
| +++ b/content/browser/service_worker/service_worker_context_core.h
|
| @@ -30,6 +30,7 @@ class QuotaManagerProxy;
|
| namespace content {
|
|
|
| class EmbeddedWorkerRegistry;
|
| +class ServiceWorkerJobCoordinator;
|
| class ServiceWorkerProviderHost;
|
| class ServiceWorkerRegistration;
|
| class ServiceWorkerStorage;
|
| @@ -94,6 +95,7 @@ class CONTENT_EXPORT ServiceWorkerContextCore
|
|
|
| ProcessToProviderMap providers_;
|
| scoped_ptr<ServiceWorkerStorage> storage_;
|
| + scoped_ptr<ServiceWorkerJobCoordinator> job_coordinator_;
|
| scoped_refptr<EmbeddedWorkerRegistry> embedded_worker_registry_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ServiceWorkerContextCore);
|
|
|