| Index: content/browser/service_worker/service_worker_registration.h
|
| diff --git a/content/browser/service_worker/service_worker_registration.h b/content/browser/service_worker/service_worker_registration.h
|
| index 2ce61dbe76b4598c4d396fb5db1529b992ab4daa..984edff6ab8490c005daa7d23229e325e18d7049 100644
|
| --- a/content/browser/service_worker/service_worker_registration.h
|
| +++ b/content/browser/service_worker/service_worker_registration.h
|
| @@ -16,6 +16,7 @@
|
|
|
| namespace content {
|
|
|
| +class ServiceWorkerRegistrationInfo;
|
| class ServiceWorkerVersion;
|
|
|
| // This class manages all persistence of service workers:
|
| @@ -65,6 +66,8 @@ class CONTENT_EXPORT ServiceWorkerRegistration
|
| pending_version_ = version;
|
| }
|
|
|
| + ServiceWorkerRegistrationInfo GetInfo();
|
| +
|
| // The final synchronous switchover after all events have been
|
| // fired, and the old "active version" is being shut down.
|
| void ActivatePendingVersion();
|
|
|