| 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..484318136f3c3f62b8ccac3bba6209847fb1f3d6 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;
|
|
|
| @@ -48,6 +49,7 @@ class ServiceWorkerUnregisterJob : public ServiceWorkerRegisterJobBase {
|
| ServiceWorkerStatusCode status,
|
| const scoped_refptr<ServiceWorkerRegistration>& registration);
|
| void Complete(ServiceWorkerStatusCode status);
|
| + void CompleteInternal(ServiceWorkerStatusCode status);
|
|
|
| // The ServiceWorkerStorage object should always outlive this.
|
| base::WeakPtr<ServiceWorkerContextCore> context_;
|
|
|