| Index: content/browser/service_worker/service_worker_dispatcher_host.h
|
| diff --git a/content/browser/service_worker/service_worker_dispatcher_host.h b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| index 449cb2c67e00024a760a690d1e00da30e9780826..e4e309c10101d3f120e582387e67b2790655efbc 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -34,6 +34,7 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| void OnUnregisterServiceWorker(int32 thread_id,
|
| int32 request_id,
|
| const GURL& scope);
|
| +
|
| scoped_refptr<ServiceWorkerContext> context_;
|
| };
|
|
|
|
|