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

Unified Diff: content/browser/service_worker/service_worker_registration.h

Issue 182383008: Create chrome://serviceworker-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits Created 6 years, 9 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_registration.h
diff --git a/content/browser/service_worker/service_worker_registration.h b/content/browser/service_worker/service_worker_registration.h
index 259039590eeef5c2e84280b9f5ad4ad72117fbcd..4d39d5348715fea6e9149c81f06c7a9f2f59fb32 100644
--- a/content/browser/service_worker/service_worker_registration.h
+++ b/content/browser/service_worker/service_worker_registration.h
@@ -16,6 +16,7 @@
namespace content {
+class ServiceWorkerRegistrationInfo;
class ServiceWorkerVersion;
// This class manages all persistence of service workers:
@@ -67,6 +68,8 @@ class CONTENT_EXPORT ServiceWorkerRegistration
pending_version_ = version;
}
+ ServiceWorkerRegistrationInfo GetInfo();
+
// The final synchronous switchover after all events have been
// fired, and the old "active version" is being shut down.
void ActivatePendingVersion();

Powered by Google App Engine
This is Rietveld 408576698