| Index: content/child/service_worker/service_worker_dispatcher.h
|
| diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h
|
| index 5ad6e35ace5f236a3679b5fd3ec0967a85290377..2df0029b55b4600d2f79e87d84df8dd68dbdcffc 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher.h
|
| +++ b/content/child/service_worker/service_worker_dispatcher.h
|
| @@ -200,10 +200,6 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer {
|
| const base::string16& message,
|
| const std::vector<int>& sent_message_port_ids,
|
| const std::vector<int>& new_routing_ids);
|
| - void OnGetClientInfo(int thread_id,
|
| - int embedded_worker_id,
|
| - int request_id,
|
| - int provider_id);
|
|
|
| void SetReadyRegistration(
|
| int provider_id,
|
|
|