| 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 bbcd4c6ab3c53c891d96aa5bf3db68d9ef6a0529..564a0ec49480c91cded186a008fe75f458fd4325 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -97,6 +97,8 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| const std::vector<int>& sent_message_port_ids);
|
| void OnServiceWorkerObjectDestroyed(int handle_id);
|
|
|
| + ServiceWorkerHandle* FindHandle(int thread_id, int64 version_id);
|
| +
|
| // Callbacks from ServiceWorkerContextCore
|
| void RegistrationComplete(int thread_id,
|
| int request_id,
|
|
|