| 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 c92ee11e027fbba3cbd6540e6f5227439f62870a..471cfe01c5a4888d2ad6c4c44ef110964e595227 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -50,6 +50,7 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| int embedded_worker_id);
|
| void OnWorkerStopped(int embedded_worker_id);
|
| void OnSendMessageToBrowser(int embedded_worker_id,
|
| + int request_id,
|
| const IPC::Message& message);
|
|
|
| // Callbacks from ServiceWorkerContextCore
|
|
|