| 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 36ad372b60dd19e07c07e882868bea2299eadd82..9fa5bc02d23a7a858cd9e9a94df59a09f2ccc91b 100644
|
| --- a/content/common/service_worker/service_worker_types.h
|
| +++ b/content/common/service_worker/service_worker_types.h
|
| @@ -156,6 +156,7 @@ struct ServiceWorkerRegistrationObjectInfo {
|
| ServiceWorkerRegistrationObjectInfo();
|
| int handle_id;
|
| GURL scope;
|
| + int64 registration_id;
|
| };
|
|
|
| struct ServiceWorkerVersionAttributes {
|
|
|