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 9fa5bc02d23a7a858cd9e9a94df59a09f2ccc91b..d0ef45cbc0cefb7da97454a0e0dfb05247ca5e00 100644 |
--- a/content/common/service_worker/service_worker_types.h |
+++ b/content/common/service_worker/service_worker_types.h |
@@ -150,6 +150,7 @@ struct CONTENT_EXPORT ServiceWorkerObjectInfo { |
GURL scope; |
GURL url; |
blink::WebServiceWorkerState state; |
+ int64 version_id; |
}; |
struct ServiceWorkerRegistrationObjectInfo { |