| 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 6a4dd1b36998b5d1b748392f867463170811ff7e..c11b8c1ff80002a38bcfdba76d59904fe4352771 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -102,9 +102,6 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| const std::vector<int>& sent_message_port_ids);
|
| void OnServiceWorkerObjectDestroyed(int handle_id);
|
|
|
| - ServiceWorkerHandle* FindHandle(
|
| - int provider_id,
|
| - int64 version_id);
|
| ServiceWorkerRegistrationHandle* FindRegistrationHandle(
|
| int provider_id,
|
| int64 registration_id);
|
|
|