| Index: content/browser/service_worker/service_worker_provider_host.h
|
| diff --git a/content/browser/service_worker/service_worker_provider_host.h b/content/browser/service_worker/service_worker_provider_host.h
|
| index 4aafd27ffd8dd5a35af44c91eb25289962a5a857..f7bfed36b2604f2552e616fece6ca6b9fb5a174a 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -155,6 +155,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
|
|
|
| // Dispatches message event to the document.
|
| void PostMessage(
|
| + ServiceWorkerVersion* version,
|
| const base::string16& message,
|
| const std::vector<TransferredMessagePort>& sent_message_ports);
|
|
|
|
|