| 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 8af56858eb40c37d350b3726e9244598cff3fed3..e7a515740eb9ac7323e92f99c8bdeb3a0b8b149e 100644
|
| --- a/content/browser/service_worker/service_worker_version.h
|
| +++ b/content/browser/service_worker/service_worker_version.h
|
| @@ -392,6 +392,11 @@ class CONTENT_EXPORT ServiceWorkerVersion
|
| int client_id,
|
| const ServiceWorkerClientInfo& client);
|
|
|
| + void DidEnsureLiveRegistrationForStartWorker(
|
| + bool pause_after_download,
|
| + const StatusCallback& callback,
|
| + ServiceWorkerStatusCode status,
|
| + const scoped_refptr<ServiceWorkerRegistration>& protect);
|
| void DidSkipWaiting(int request_id);
|
| void DidClaimClients(int request_id, ServiceWorkerStatusCode status);
|
| void DidGetClients(
|
|
|