| 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 fbbcf9caabd18c2d2d2439a197d787ad6bc212e0..00a84c1109a78f6062ae5acf044361c2ba273503 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -129,6 +129,7 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| void OnDecrementRegistrationRefCount(int registration_handle_id);
|
| void OnPostMessageToWorker(
|
| int handle_id,
|
| + int provider_id,
|
| const base::string16& message,
|
| const std::vector<TransferredMessagePort>& sent_message_ports);
|
| void OnServiceWorkerObjectDestroyed(int handle_id);
|
|
|