| 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 af7908a34ca7588eeee6aa462af9a80b989733cb..677f7db5b109aacd3712e7ded3ceef74e284a504 100644
|
| --- a/content/browser/service_worker/service_worker_storage.cc
|
| +++ b/content/browser/service_worker/service_worker_storage.cc
|
| @@ -578,6 +578,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;
|
|
|