| 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 8a7e669c3925c1480c5e31a2c3a1b13a01379dd7..89b0a3a943c3e6976dfd4d53950d0dc5f60b1d68 100644
|
| --- a/content/common/service_worker/service_worker_types.h
|
| +++ b/content/common/service_worker/service_worker_types.h
|
| @@ -31,6 +31,7 @@ static const int64 kInvalidServiceWorkerRegistrationId = -1;
|
| static const int64 kInvalidServiceWorkerVersionId = -1;
|
| static const int64 kInvalidServiceWorkerResourceId = -1;
|
| static const int64 kInvalidServiceWorkerResponseId = -1;
|
| +static const int kInvalidEmbeddedWorkerThreadId = -1;
|
|
|
| // Indicates how the service worker handled a fetch event.
|
| enum ServiceWorkerFetchEventResult {
|
|
|