| Index: content/common/service_worker/service_worker_types.h
|
| diff --git a/content/common/service_worker/service_worker_types.h b/content/common/service_worker/service_worker_types.h
|
| index c29dcabe47d79e1fed5cfdd083180229a05efca1..4908460597f09db972099016bbb1f9e588f632df 100644
|
| --- a/content/common/service_worker/service_worker_types.h
|
| +++ b/content/common/service_worker/service_worker_types.h
|
| @@ -86,6 +86,12 @@ struct CONTENT_EXPORT ServiceWorkerObjectInfo {
|
| blink::WebServiceWorkerState state;
|
| };
|
|
|
| +struct ServiceWorkerRegistrationObjectInfo {
|
| + ServiceWorkerRegistrationObjectInfo();
|
| + int handle_id;
|
| + GURL scope;
|
| +};
|
| +
|
| struct ServiceWorkerVersionAttributes {
|
| ServiceWorkerObjectInfo installing;
|
| ServiceWorkerObjectInfo waiting;
|
|
|