| 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 95330b411e8f7632e67df1938d715761338a0890..9e1c587cb80bf01fab2df0f2c017974f655c8cf9 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -119,7 +119,9 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| ServiceWorkerProviderType provider_type,
|
| bool is_parent_frame_secure);
|
| void OnProviderDestroyed(int provider_id);
|
| - void OnSetHostedVersionId(int provider_id, int64_t version_id);
|
| + void OnSetHostedVersionId(int provider_id,
|
| + int64_t version_id,
|
| + int embedded_worker_id);
|
| void OnWorkerReadyForInspection(int embedded_worker_id);
|
| void OnWorkerScriptLoaded(int embedded_worker_id);
|
| void OnWorkerThreadStarted(int embedded_worker_id,
|
|
|