| 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 4c42c6f9bf01cf06e32d63068dc200e56a7b174a..7d2a0246ab91f0175461c68753073210eeaa50db 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -49,6 +49,8 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| void OnWorkerStarted(int thread_id,
|
| int embedded_worker_id);
|
| void OnWorkerStopped(int embedded_worker_id);
|
| + void OnSendMessageToBrowser(int embedded_worker_id,
|
| + const IPC::Message& message);
|
|
|
| // Callbacks from ServiceWorkerContextCore
|
| void RegistrationComplete(int32 thread_id,
|
|
|