| 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..0907ec941aca319b942f05831dd98e4f8ed0a99f 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -116,8 +116,7 @@
|
| int provider_id);
|
| void OnProviderCreated(int provider_id,
|
| int route_id,
|
| - ServiceWorkerProviderType provider_type,
|
| - bool is_parent_frame_secure);
|
| + ServiceWorkerProviderType provider_type);
|
| void OnProviderDestroyed(int provider_id);
|
| void OnSetHostedVersionId(int provider_id, int64_t version_id);
|
| void OnWorkerReadyForInspection(int embedded_worker_id);
|
|
|