Index: content/browser/service_worker/service_worker_storage.cc |
diff --git a/content/browser/service_worker/service_worker_storage.cc b/content/browser/service_worker/service_worker_storage.cc |
index ee64e0cecec86bd01091a37d437b38594db5345f..1f2a4856b30ebefd1baebc13484a6842ce6e1e3e 100644 |
--- a/content/browser/service_worker/service_worker_storage.cc |
+++ b/content/browser/service_worker/service_worker_storage.cc |
@@ -538,6 +538,7 @@ void ServiceWorkerStorage::DidGetAllRegistrations( |
ServiceWorkerRegistrationInfo info; |
info.pattern = it->scope; |
info.script_url = it->script; |
+ info.registration_id = it->registration_id; |
info.active_version.is_null = false; |
if (it->is_active) |
info.active_version.status = ServiceWorkerVersion::ACTIVE; |