Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: content/browser/service_worker/service_worker_storage.cc

Issue 304543002: Show the unregistered workers in chrome://serviceworker-internals and chrome://inspect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comment Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698