| 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 9ea4296b1e63773ea4597a693377f4b221b1a6a1..0daa788f0e1e2753e3e39fe9bc8e4ba86fb64964 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -122,6 +122,10 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| int request_id,
|
| ServiceWorkerStatusCode status);
|
|
|
| + void SendUnregistrationError(int thread_id,
|
| + int request_id,
|
| + ServiceWorkerStatusCode status);
|
| +
|
| ServiceWorkerContextCore* GetContext();
|
|
|
| int render_process_id_;
|
|
|