| Index: content/browser/service_worker/service_worker_unregister_job.h
|
| diff --git a/content/browser/service_worker/service_worker_unregister_job.h b/content/browser/service_worker/service_worker_unregister_job.h
|
| index 1be1ac9237bd69bd3ccc1741f505b34150e8215f..19b020a8704de9e07ff067ceb3e1df4eb691bff8 100644
|
| --- a/content/browser/service_worker/service_worker_unregister_job.h
|
| +++ b/content/browser/service_worker/service_worker_unregister_job.h
|
| @@ -40,6 +40,7 @@ class ServiceWorkerUnregisterJob : public ServiceWorkerRegisterJobBase {
|
|
|
| // ServiceWorkerRegisterJobBase implementation:
|
| virtual void Start() OVERRIDE;
|
| + virtual void Abort() OVERRIDE;
|
| virtual bool Equals(ServiceWorkerRegisterJobBase* job) OVERRIDE;
|
| virtual RegistrationJobType GetType() OVERRIDE;
|
|
|
|
|