| Index: content/browser/devtools/protocol/service_worker_handler.h
|
| diff --git a/content/browser/devtools/protocol/service_worker_handler.h b/content/browser/devtools/protocol/service_worker_handler.h
|
| index 1ce2bb65cbc7c93b89bca2f723f682972498cc30..2cce56c6ab1a8155d81e4823ca4e40514e01cbb0 100644
|
| --- a/content/browser/devtools/protocol/service_worker_handler.h
|
| +++ b/content/browser/devtools/protocol/service_worker_handler.h
|
| @@ -70,7 +70,6 @@ class ServiceWorkerHandler : public DevToolsAgentHostClient,
|
| const std::vector<ServiceWorkerRegistrationInfo>& registrations);
|
| void OnWorkerVersionUpdated(
|
| const std::vector<ServiceWorkerVersionInfo>& registrations);
|
| - void OnWorkerRegistrationDeleted(int64 registration_id);
|
|
|
| scoped_refptr<ServiceWorkerContextWrapper> context_;
|
| scoped_ptr<Client> client_;
|
|
|