| Index: content/browser/service_worker/service_worker_version.h
|
| diff --git a/content/browser/service_worker/service_worker_version.h b/content/browser/service_worker/service_worker_version.h
|
| index 2f6adcd9d9b0e27744d686c31a808b3b1f13b780..181d70dac522c52ecbb488bba6218a0325084932 100644
|
| --- a/content/browser/service_worker/service_worker_version.h
|
| +++ b/content/browser/service_worker/service_worker_version.h
|
| @@ -396,7 +396,6 @@ class CONTENT_EXPORT ServiceWorkerVersion
|
| ServiceWorkerStatusCode status,
|
| const scoped_refptr<ServiceWorkerRegistration>& protect);
|
| void DidSkipWaiting(int request_id);
|
| - void DidClaimClients(int request_id, ServiceWorkerStatusCode status);
|
| void DidGetClients(
|
| int request_id, const std::vector<ServiceWorkerClientInfo>& clients);
|
|
|
|
|