| 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 9ef86ccee5de1e55f03a14f12e3621dbca4490ee..3f1deff722e9e858712358efb7ba5b60ffc5e5c0 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher.h
|
| +++ b/content/child/service_worker/service_worker_dispatcher.h
|
| @@ -205,6 +205,10 @@
|
| 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,
|
|
|